Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Sep 3, 2024
1 parent ca4cca9 commit 380957f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions integrations/docker/images/chip-cert-bins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,22 +142,22 @@ RUN set -x \
&& : # last line

# Install bloat comparison tools
RUN set -x \
&& git clone https://github.com/google/bloaty.git \
&& mkdir -p bloaty/build \
&& cd bloaty/build \
&& cmake -G Ninja ../ \
&& ninja \
&& ninja install \
&& cd ../.. \
&& rm -rf bloaty \
&& : # last line
#RUN set -x \
# && git clone https://github.com/google/bloaty.git \
# && mkdir -p bloaty/build \
# && cd bloaty/build \
# && cmake -G Ninja ../ \
# && ninja \
# && ninja install \
# && cd ../.. \
# && rm -rf bloaty \
# && : # last line

# Stage 1.5: Bootstrap Matter.
RUN mkdir /root/connectedhomeip
RUN git clone https://github.com/project-chip/connectedhomeip.git /root/connectedhomeip
RUN git clone https://github.com/swan-amazon/connectedhomeip.git /root/connectedhomeip -b feature/enhanced-setup-flow-wip --depth 1
WORKDIR /root/connectedhomeip/
RUN git checkout ${COMMITHASH}
#RUN git checkout ${COMMITHASH}
RUN ./scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
RUN bash scripts/bootstrap.sh

Expand Down

0 comments on commit 380957f

Please sign in to comment.