Move rust-toolchain (#460)

* Move rust-toolchain

* update tilt

* Make CI run everytime

* Revert "Make CI run everytime"

This reverts commit e5b008a83728a4ae996b00d2697ee0742bca5682.
This commit is contained in:
guibescos 2023-01-06 16:35:26 +01:00 committed by GitHub
parent 6e1328f98e
commit e12567c544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ARG WORMHOLE_TAG=v2.8.9
RUN apt-get update && apt-get install -yq libudev-dev ncat RUN apt-get update && apt-get install -yq libudev-dev ncat
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
ADD rust-toolchain /rust-toolchain ADD wormhole-attester/rust-toolchain /rust-toolchain
WORKDIR /usr/src/bridge-client WORKDIR /usr/src/bridge-client
RUN --mount=type=cache,target=/root/.cache \ RUN --mount=type=cache,target=/root/.cache \

View File

@ -19,7 +19,7 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.31/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH" ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
ADD rust-toolchain /rust-toolchain ADD wormhole-attester/rust-toolchain /rust-toolchain
USER root USER root
# Solana does a questionable download at the beginning of a *first* build-bpf call. Trigger and layer-cache it explicitly. # Solana does a questionable download at the beginning of a *first* build-bpf call. Trigger and layer-cache it explicitly.