Skip to content

Commit dbad1e0

Browse files
authored
Update chip-build-crosscompile docker to point to the latest version of sysroot (project-chip#39497)
1 parent e5e9278 commit dbad1e0

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-
138 : Install dbus-daemon required for BLE-WiFi testing
1+
139 : Update chip-build-crosscompile docker to point to the latest version of sysroot

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.01.28' > ensure_file.txt \
20+
&& echo 'experimental/matter/sysroot/ubuntu-24.04-aarch64 version:build-2025.06.05' > 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)