File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1414 # runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515 runs-on :
1616 group : test-runner-v2-linux-x64-4xlarge
17+ container :
18+ image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
19+ options : ' --entrypoint /bin/bash'
1720 permissions :
1821 # required for all workflows
1922 security-events : write
2932 fail-fast : false
3033 matrix :
3134 include :
32- - language : actions
33- build-mode : none
3435 - language : c-cpp
3536 build-mode : manual
3637 - language : python
8687 - if : matrix.build-mode == 'manual'
8788 shell : bash
8889 run : |
90+ export ZEPHYR_BASE=${PWD}
91+ export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
8992 west build -b qemu_x86 samples/hello_world
9093
9194 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments