Skip to content

Commit

Permalink
Fixing iMX Build (#27402)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jun 22, 2023
1 parent 71d7a95 commit c262928
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
- "-esp32-qemu"
- "-infineon"
# NOTE: imx image requires too much space for GitHub-hosted runners. It fails with:
# ```
# ....
# ApplyLayer exit status 1 stdout: stderr: write /opt/fsl-imx-xwayland/5.15-kirkstone/sysroots/armv8a-poky-linux/opt/ltp/testcases/bin/fanotify15: no space left on device
# ```
# - "-imx"
- "-k32w"
- "-mbed-os"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-imx:0.7.3
image: connectedhomeip/chip-build-imx:0.7.19.1

steps:
- uses: Wandalen/[email protected]
Expand Down
5 changes: 5 additions & 0 deletions integrations/docker/images/chip-build-imx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ RUN set -x \
&& ./fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8mmevk-toolchain-5.15-kirkstone.sh -y \
&& rm -rf fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8mmevk-toolchain-5.15-kirkstone.sh \
&& : # last line
RUN set -x \
&& cd /opt/fsl-imx-xwayland \
# && find . -iname debug -exec rm -rf "{}" + || true \
&& find . -iname ".debug" -exec rm -rf "{}" + || true \
&& : # last line

FROM connectedhomeip/chip-build:${VERSION}

Expand Down
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.18 Version bump reason: vscode ZEPHYR SDK env path update
0.7.19.1 Version bump reason: Reducing size of imx

0 comments on commit c262928

Please sign in to comment.