mirror of https://github.com/google/oss-fuzz.git
3b9936f940
This commit updates the default version of Rust installed for fuzzing to the last nightly of Rust that used LLVM 17. The next version uses LLVM 18.1.7 which is incompatible with the fuzz infrastructure's own LLVM which is currently 18.0.0. This is intended to update the Rust toolchain as far as possible without causing coverage incompatibilities. This additionally updates a few pinned projects to all use this nightly as well. Furthermore the containers are now configured to by-default ignore `rust-toolchain` and `rust-toolchain.toml` files which will force this particular toolchain to be used. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml | ||
rustc.py |