File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integrations/docker/images
stage-1/chip-build-crosscompile Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ WORKDIR /opt
1717RUN 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 \
You can’t perform that action at this time.
0 commit comments