oss-fuzz/projects/linkerd2-proxy
Alex Crichton 3b9936f940
Update default Rust to nightly-2024-02-12 (#12075)
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.
2024-06-21 08:30:09 -04:00
..
Dockerfile
build.sh
project.yaml
rustc.py