Skip to content

Commit e4a7dbf

Browse files
committed
Testing local branch
1 parent c316553 commit e4a7dbf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

projects/connectedhomeip/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
2121
RUN apt-get update && \
2222
apt-get install -y --no-install-recommends pkg-config libssl-dev libdbus-1-dev libglib2.0-dev \
2323
libavahi-client-dev ninja-build \
24-
unzip libgirepository1.0-dev libcairo2-dev libreadline-dev libmount-dev
25-
26-
# PEP-517 needed for cryptography. Update pip
27-
RUN python3 -m pip install --upgrade pip setuptools wheel packaging
24+
unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
2825

2926
# Install Rust for building `cryptography` python package when bootstraping pigweed
3027
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
3128
ENV PATH="/root/.cargo/bin:${PATH}"
3229
RUN rustup install nightly
3330
RUN rustup default nightly
3431

35-
RUN git clone --depth=1 https://github.com/project-chip/connectedhomeip.git connectedhomeip
32+
RUN git clone --depth=1 --branch AA/stopStaticLibLinkingOSS https://github.com/Alami-Amine/connectedhomeip.git connectedhomeip
3633

3734
# PW_PROJECT_ROOT is used in requirements.build.txt
3835
ENV PW_PROJECT_ROOT=$SRC/connectedhomeip

0 commit comments

Comments
 (0)