File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ jobs:
133133 -DCMAKE_CXX_COMPILER_TARGET=armv6m-none-abi \
134134 -DCMAKE_ASM_COMPILER_TARGET=armv6m-none-abi \
135135 -DCMAKE_C_FLAGS=-mfloat-abi=soft \
136- -DCMAKE_CXX_FLAGS=-mfloat-abi=soft
136+ -DCMAKE_CXX_FLAGS=-mfloat-abi=soft \
137+ -DCMAKE_C_COMPILER_WORKS = ON \
138+ -DCMAKE_CXX_COMPILER_WORKS = ON
137139 else
138140 cmake -B ${{ steps.strings.outputs.build-output-dir }} \
139141 -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} \
@@ -159,7 +161,7 @@ jobs:
159161
160162 - name : Test
161163 # Skip UEFI tests until we have testing set up.
162- if : ${{ ! endsWith(matrix.target, '-uefi-llvm') }}
164+ if : ${{ ! endsWith(matrix.target, '-uefi-llvm') && matrix.enable_baremetal_build == "OFF" }}
163165 run : >
164166 cmake
165167 --build ${{ steps.strings.outputs.build-output-dir }}
You can’t perform that action at this time.
0 commit comments