Skip to content

Commit 902fb92

Browse files
committed
ci: build native_sim with llvm
1 parent 01ba549 commit 902fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
export ZEPHYR_BASE=${PWD}
137137
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
138-
./scripts/twister -G --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
138+
./scripts/twister -G --force-platform-toolchain native_sim/native:llvm --subset ${{matrix.subset}}/${{ strategy.job-total }} ${TWISTER_COMMON} ${PUSH_OPTIONS}
139139
if [ "${{matrix.subset}}" = "1" ]; then
140140
./scripts/zephyr_module.py --twister-out module_tests.args
141141
if [ -s module_tests.args ]; then

0 commit comments

Comments
 (0)