Skip to content

Commit

Permalink
cd: Remove imx8 machine for now.
Browse files Browse the repository at this point in the history
builder is an arm64 box and the build needs prebuilt toolchains which
are supposed to run on x86_64 boxes, these recipes should ideally use
the freshly built toolchain provided by the build but until thats fixed
remove this device from cd

| /bin/bash: line 1: /home/khem/actions-runner-yoe/_work/yoe-distro/yoe-distro/build/tmp/work/imx8qm_var_som-yoe-linux/imx-sc-firmware/1.15.0-r0/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-cpp: cannot execute binary file: Exec format error

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jul 2, 2023
1 parent 35beba0 commit a2a2f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Build Images
run: |
/bin/bash -c ". ./envsetup.sh visionfive2 && bitbake yoe-installer-image"
/bin/bash -c ". ./envsetup.sh var-som-mx8 && bitbake yoe-installer-image yoe-qt6-image"
/bin/bash -c ". ./envsetup.sh rpi4-64 && bitbake yoe-installer-image yoe-qt5-image"
- name: ver
run: echo "ver=$(printf ' - ' && cat sources/meta-yoe/conf/distro/yoe.inc | grep 'DISTRO_CODENAME =' | cut -d' ' -f 3 )" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a2a2f92

Please sign in to comment.