Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Sep 7, 2024
1 parent 5ea4ef1 commit 82eb9fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion projects/connectedhomeip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup install nightly
RUN rustup default nightly

RUN git clone --depth=1 https://github.com/project-chip/connectedhomeip.git connectedhomeip
RUN git clone --depth=1 --branch AA/pkgconfig https://github.com/Alami-Amine/connectedhomeip.git connectedhomeip


# Ensure global python has access to build requirements
RUN pip3 install -r connectedhomeip/scripts/setup/requirements.build.txt
Expand Down
2 changes: 1 addition & 1 deletion projects/connectedhomeip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gn gen out/fuzz_targets \
enable_rtti=true \
chip_enable_thread_safety_checks=false \
chip_enable_openthread=false \
target_ldflags=[\"-fuse-ld=lld\", \"-Bstatic\", \"-lselinux\", \"-lmount\", \"-lblkid\", \"-lz\", \"-lpcre\", \"-lffi\", \"-lgmodule-2.0\", \"-Wl,-Bdynamic\"]"
target_ldflags=[\"-fuse-ld=lld\"]"

# Deactivate Pigweed environment to use OSS-Fuzz toolchains
deactivate
Expand Down

0 comments on commit 82eb9fe

Please sign in to comment.