Skip to content

Commit c262928

Browse files
authored
Fixing iMX Build (#27402)
1 parent 71d7a95 commit c262928

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/docker_img.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ jobs:
4343
- "-esp32-qemu"
4444
- "-infineon"
4545
# NOTE: imx image requires too much space for GitHub-hosted runners. It fails with:
46-
# ```
47-
# ....
4846
# 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
49-
# ```
5047
# - "-imx"
5148
- "-k32w"
5249
- "-mbed-os"

.github/workflows/examples-linux-imx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: connectedhomeip/chip-build-imx:0.7.3
40+
image: connectedhomeip/chip-build-imx:0.7.19.1
4141

4242
steps:
4343
- uses: Wandalen/wretry.action@v1.0.41

integrations/docker/images/chip-build-imx/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ RUN set -x \
1414
&& ./fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8mmevk-toolchain-5.15-kirkstone.sh -y \
1515
&& rm -rf fsl-imx-xwayland-glibc-x86_64-imx-image-multimedia-armv8a-imx8mmevk-toolchain-5.15-kirkstone.sh \
1616
&& : # last line
17+
RUN set -x \
18+
&& cd /opt/fsl-imx-xwayland \
19+
# && find . -iname debug -exec rm -rf "{}" + || true \
20+
&& find . -iname ".debug" -exec rm -rf "{}" + || true \
21+
&& : # last line
1722

1823
FROM connectedhomeip/chip-build:${VERSION}
1924

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.18 Version bump reason: vscode ZEPHYR SDK env path update
1+
0.7.19.1 Version bump reason: Reducing size of imx

0 commit comments

Comments
 (0)