File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1414#
1515# ###############################################################################
1616
17- FROM gcr.io/oss-fuzz-base/base-builder-rust
17+ FROM gcr.io/oss-fuzz-base/base-builder-rust:ubuntu-24-04
1818RUN git clone --depth 1 https://github.com/bus1/dbus-broker
19+
20+ # RUSTUP_TOOLCHAIN is set explicitly to match the latest images
21+ # to get around https://github.com/google/oss-fuzz/issues/14220.
22+ # It should be removed once that issue is resolved.
23+ ENV RUSTUP_TOOLCHAIN nightly-2025-09-05
24+
1925RUN cargo install bindgen-cli
2026WORKDIR dbus-broker
2127COPY *.c build.sh $SRC/
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ fuzzing_engines:
1919 - afl
2020 - honggfuzz
2121 - libfuzzer
22-
22+ base_os_version : ubuntu-24-04
You can’t perform that action at this time.
0 commit comments