Skip to content

Commit 46dab94

Browse files
committed
[dbus-broker] switch to Ubuntu 24.04
1 parent 10bd28b commit 46dab94

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

projects/dbus-broker/Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
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
1818
RUN 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+
1925
RUN cargo install bindgen-cli
2026
WORKDIR dbus-broker
2127
COPY *.c build.sh $SRC/

projects/dbus-broker/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ fuzzing_engines:
1919
- afl
2020
- honggfuzz
2121
- libfuzzer
22-
22+
base_os_version: ubuntu-24-04

0 commit comments

Comments
 (0)