Skip to content

Commit 31c60ab

Browse files
committed
Final fix
1 parent b2e9647 commit 31c60ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/connectedhomeip/Dockerfile

Lines changed: 1 addition & 1 deletion
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 --branch AA/stopStaticLibLinkingOSS https://github.com/Alami-Amine/connectedhomeip.git connectedhomeip
32+
RUN git clone --depth=1 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

projects/connectedhomeip/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ninja -C out/fuzz_targets fuzz_tests
6060

6161
cp out/fuzz_targets/tests/* $OUT/
6262

63-
# Copy required shared libraries related to libgio to $OUT/lib
63+
# Copy some GLib and GIO runtime libraries into $OUT so fuzzed all-clusters app can run under OSS-Fuzz base-runner, which does not provide these libraries.
6464
mkdir -p $OUT/lib
6565
cp /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 $OUT/lib/
6666
cp /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 $OUT/lib/

0 commit comments

Comments
 (0)