We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307ed9a commit 545b599Copy full SHA for 545b599
projects/connectedhomeip/Dockerfile
@@ -29,7 +29,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
29
RUN rustup install nightly
30
RUN rustup default nightly
31
32
-RUN git clone --depth=1 https://github.com/project-chip/connectedhomeip.git connectedhomeip
+RUN git clone --depth=1 --branch AA/noDiscardlibfuzzer https://github.com/project-chip/connectedhomeip.git connectedhomeip
33
34
# PW_PROJECT_ROOT is used in requirements.build.txt
35
ENV PW_PROJECT_ROOT=$SRC/connectedhomeip
@@ -44,4 +44,4 @@ RUN cd $SRC/connectedhomeip && scripts/checkout_submodules.py --shallow --platfo
44
SHELL ["/bin/bash", "-c"]
45
RUN cd $SRC/connectedhomeip && . scripts/bootstrap.sh
46
47
-COPY build.sh $SRC/
+COPY build.sh $SRC/
0 commit comments