File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1313 name : Analyze (${{ matrix.language }})
1414 # runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
1515 runs-on :
16- group : zephyr-runner-v2-linux-x64-4xlarge
16+ group : ubuntu-24.04
1717 container :
1818 image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
1919 options : ' --entrypoint /bin/bash'
3636 build-mode : manual
3737 - language : python
3838 build-mode : none
39+ - language : actions
40+ build-mode : none
41+ - language : javascript-typescript
42+ build-mode : none
3943 env :
4044 LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-16
4145 steps :
@@ -105,7 +109,7 @@ jobs:
105109 run : |
106110 export ZEPHYR_BASE=${PWD}
107111 export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
108- west twister -p native_sim --build-only -v -T tests/drivers || true
112+ west twister -p native_sim --build-only -v -T tests/drivers/build_all || true
109113
110114 - name : Perform CodeQL Analysis
111115 uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments