Skip to content

Commit

Permalink
fix: Don't specify compiler version to avoid profile version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Oct 17, 2024
1 parent 655c0cc commit 5cbc026
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM gcr.io/oss-fuzz-base/base-builder-rust:v1
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 5cbc026

Please sign in to comment.