File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212 analyze :
1313 name : Analyze (${{ matrix.language }})
1414 # runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
15- runs-on :
16- group : zephyr-runner-v2-linux-x64-4xlarge
15+ runs-on : ubuntu-24.04
1716 container :
1817 image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1918 options : ' --entrypoint /bin/bash'
3635 build-mode : manual
3736 - language : python
3837 build-mode : none
38+ - language : actions
39+ build-mode : none
40+ - language : javascript-typescript
41+ build-mode : none
3942 env :
4043 LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-16
4144 steps :
@@ -105,7 +108,7 @@ jobs:
105108 run : |
106109 export ZEPHYR_BASE=${PWD}
107110 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
108- west twister -p native_sim --build-only -v -T tests/drivers || true
111+ west twister -p native_sim --build-only -v -T tests/drivers/build_all || true
109112
110113 - name : Perform CodeQL Analysis
111114 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments