Skip to content

Commit

Permalink
feat: pin nightly compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Sep 25, 2024
1 parent 3b2bccb commit dec93b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/oss-fuzz-base/base-builder-rust:v1
RUN rustup install nightly && rustup default nightly
RUN rustup component add rust-src --toolchain nightly
ENV RUSTUP_TOOLCHAIN=nightly
RUN rustup install nightly-2024-09-24 && rustup default nightly-2024-09-24
RUN rustup component add rust-src --toolchain nightly-2024-09-24
ENV RUSTUP_TOOLCHAIN=nightly-2024-09-24
COPY . $SRC/fuel-vm
WORKDIR fuel-vm
COPY .clusterfuzzlite/build.sh $SRC/

0 comments on commit dec93b6

Please sign in to comment.