Skip to content

Commit e12567c

Browse files
authored
Move rust-toolchain (#460)
* Move rust-toolchain * update tilt * Make CI run everytime * Revert "Make CI run everytime" This reverts commit e5b008a.
1 parent 6e1328f commit e12567c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tilt-devnet/docker-images/Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG WORMHOLE_TAG=v2.8.9
88
RUN apt-get update && apt-get install -yq libudev-dev ncat
99
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
1010

11-
ADD rust-toolchain /rust-toolchain
11+
ADD wormhole-attester/rust-toolchain /rust-toolchain
1212
WORKDIR /usr/src/bridge-client
1313

1414
RUN --mount=type=cache,target=/root/.cache \

tilt-devnet/docker-images/Dockerfile.solana

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.31/install)"
1919
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
2020

2121

22-
ADD rust-toolchain /rust-toolchain
22+
ADD wormhole-attester/rust-toolchain /rust-toolchain
2323

2424
USER root
2525
# Solana does a questionable download at the beginning of a *first* build-bpf call. Trigger and layer-cache it explicitly.
File renamed without changes.

0 commit comments

Comments
 (0)