Try and make collab deploys faster (#7746)

Use github machines and build on host instead of in container

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-02-14 15:11:57 -07:00 committed by GitHub
parent 8e52cf1495
commit cbbc8cad84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -11,6 +11,7 @@ ARG GITHUB_SHA
ENV GITHUB_SHA=$GITHUB_SHA
RUN --mount=type=cache,target=./script/node_modules \
--mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/local/cargo/git \
--mount=type=cache,target=./target \
cargo build --release --package collab --bin collab