mirror of https://github.com/google/oss-fuzz.git
Delete unneeded files from cargo-fuzz install (100MB) (#5436)
This commit is contained in:
parent
0413793d5e
commit
e34a03385f
|
@ -89,7 +89,7 @@ ENV CARGO_HOME=/rust
|
|||
ENV RUSTUP_HOME=/rust/rustup
|
||||
ENV PATH=$PATH:/rust/bin
|
||||
RUN curl https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal
|
||||
RUN cargo install cargo-fuzz
|
||||
RUN cargo install cargo-fuzz && rm -rf /rust/registry
|
||||
# Needed to recompile rust std library for MSAN
|
||||
RUN rustup component add rust-src --toolchain nightly
|
||||
# Set up custom environment variable for source code copy for coverage reports
|
||||
|
|
Loading…
Reference in New Issue