Skip to content

Commit 99235f2

Browse files
committed
fix ci
1 parent 69e1904 commit 99235f2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ RUN curl -sSL https://capnproto.org/capnproto-c++-0.10.2.tar.gz | tar -zxf - \
2121
&& cd .. \
2222
&& rm -rf capnproto-c++-0.10.2
2323

24-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
25-
| sh -s -- --default-toolchain nightly-2023-06-01 -y
24+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2625
ENV PATH=/root/.cargo/bin:$PATH
27-
RUN rustup update nightly-2022-10-10
26+
RUN rustup update nightly-2022-10-10 && rustup update nightly-2022-12-10 && rustup default stable
2827

29-
RUN rustup component add rust-src \
30-
--toolchain nightly-2023-06-01-x86_64-unknown-linux-gnu
3128
RUN rustup component add rust-src \
3229
--toolchain nightly-2022-10-10-x86_64-unknown-linux-gnu
3330

34-
RUN cargo install bpf-linker --git ${linker_src} --branch ${linker_branch}
31+
RUN cargo +nightly-2022-12-10 install bpf-linker --git ${linker_src} --branch ${linker_branch}
3532

3633
# RUN cargo install --git https://github.com/openmina/mina-network-debugger bpf-recorder --bin bpf-recorder
3734
COPY . .

0 commit comments

Comments
 (0)