Skip to content

Commit 1081b89

Browse files
committed
[do-not-merge] switch to the PR
1 parent 3a22302 commit 1081b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dbus-broker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
################################################################################
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder-rust
18-
RUN git clone --depth 1 https://github.com/bus1/dbus-broker
18+
RUN bash -c "git clone --depth 1 https://github.com/bus1/dbus-broker && cd dbus-broker && git fetch origin pull/399/head && git checkout FETCH_HEAD"
1919
RUN cargo install bindgen-cli
2020
WORKDIR dbus-broker
2121
COPY *.c build.sh $SRC/

0 commit comments

Comments
 (0)