Skip to content

Commit

Permalink
Fix cross compile path (#26553)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Jun 6, 2023
1 parent eb3825e commit 87b0bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ RUN set -x \

FROM connectedhomeip/chip-build:${VERSION}

COPY --from=build /opt/ubuntu-22.04.1-aarch64-sysroot/ /opt/ubuntu-22.04-aarch64-sysroot/
COPY --from=build /opt/ubuntu-22.04.1-aarch64-sysroot/ /opt/ubuntu-22.04.1-aarch64-sysroot/

ENV SYSROOT_AARCH64=/opt/ubuntu-22.04.1-aarch64-sysroot
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.8 Version bump reason: Update crosscompile sysroot to Ubuntu 22.04.01
0.7.9 Version bump reason: Fix path for sysroot for crosscompile image

0 comments on commit 87b0bcf

Please sign in to comment.