We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3070b7f commit a3ea283Copy full SHA for a3ea283
.github/workflows/codeql.yml
@@ -36,6 +36,8 @@ jobs:
36
build-mode: manual
37
- language: python
38
build-mode: none
39
+ env:
40
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
41
steps:
42
- name: Checkout
43
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -89,7 +91,7 @@ jobs:
89
91
run: |
90
92
export ZEPHYR_BASE=${PWD}
93
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
- west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v
94
+ west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v -j 16
95
96
- name: Perform CodeQL Analysis
97
uses: github/codeql-action/analyze@v3
0 commit comments