File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
2121RUN 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
3027RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
3128ENV PATH="/root/.cargo/bin:${PATH}"
3229RUN rustup install nightly
3330RUN 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
3835ENV PW_PROJECT_ROOT=$SRC/connectedhomeip
You can’t perform that action at this time.
0 commit comments