Skip to content

Commit c5fafe6

Browse files
Update chip-build-crosscompile docker to point to the latest version (project-chip#39942)
* Update chip-build-crosscompile docker to point to the latest version of sysroot Signed-off-by: Raveendra Karu <[email protected]> * Fix typo. Signed-off-by: Raveendra Karu <[email protected]> * Update version file. Signed-off-by: Raveendra Karu <[email protected]> --------- Signed-off-by: Raveendra Karu <[email protected]>
1 parent 6602c2e commit c5fafe6

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
147 : Update docker image to add ffmpeg, curl dev packages
1+
148 : Update docker image to add ffmpeg, curl dev packages for cross compile

integrations/docker/images/stage-1/chip-build-crosscompile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /opt
1717
RUN set -x \
1818
&& git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git /opt/depot_tools \
1919
# TODO: Remove experimental solution to create the sysroot file in cross-compile image
20-
&& echo 'experimental/matter/sysroot/ubuntu-24.04-aarch64 version:build-2025.06.05' > ensure_file.txt \
20+
&& echo 'experimental/matter/sysroot/ubuntu-24.04-aarch64 version:build-2025.07.10' > ensure_file.txt \
2121
&& ./depot_tools/cipd ensure -ensure-file ensure_file.txt -root ./ \
2222
&& rm -rf /opt/ubuntu-24.04-aarch64-sysroot/usr/lib/firmware \
2323
&& rm -rf /opt/ubuntu-24.04-aarch64-sysroot/usr/lib/git-core \

0 commit comments

Comments
 (0)