From 380957f0f600263499da946d78faea614d1260ec Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:32:25 +0000 Subject: [PATCH] wip --- .../docker/images/chip-cert-bins/Dockerfile | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/integrations/docker/images/chip-cert-bins/Dockerfile b/integrations/docker/images/chip-cert-bins/Dockerfile index c5f04d53d12db8..ae6a075e17c0cd 100644 --- a/integrations/docker/images/chip-cert-bins/Dockerfile +++ b/integrations/docker/images/chip-cert-bins/Dockerfile @@ -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