Skip to content

Commit 545b599

Browse files
committed
Fixing fuzzing tests
1 parent 307ed9a commit 545b599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/connectedhomeip/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
2929
RUN rustup install nightly
3030
RUN rustup default nightly
3131

32-
RUN git clone --depth=1 https://github.com/project-chip/connectedhomeip.git connectedhomeip
32+
RUN git clone --depth=1 --branch AA/noDiscardlibfuzzer https://github.com/project-chip/connectedhomeip.git connectedhomeip
3333

3434
# PW_PROJECT_ROOT is used in requirements.build.txt
3535
ENV PW_PROJECT_ROOT=$SRC/connectedhomeip
@@ -44,4 +44,4 @@ RUN cd $SRC/connectedhomeip && scripts/checkout_submodules.py --shallow --platfo
4444
SHELL ["/bin/bash", "-c"]
4545
RUN cd $SRC/connectedhomeip && . scripts/bootstrap.sh
4646

47-
COPY build.sh $SRC/
47+
COPY build.sh $SRC/

0 commit comments

Comments
 (0)