Skip to content

Commit 89d4627

Browse files
committed
WIP: github: Only run test-libcxx arm64ec
cxxabi and libunwind fail tests on arm64ec (regarding forced unwind).
1 parent 2adff29 commit 89d4627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
-DCMAKE_INSTALL_MESSAGE=NEVER `
430430
-DLLVM_LIT_ARGS="-v --time-tests"
431431
ninja
432-
ninja check-runtimes
432+
ninja ${{(matrix.arch == 'arm64ec') && 'check-cxx' || 'check-runtimes'}}
433433
434434
# Run the OpenMP tests with the cross-built toolchains from above.
435435
# This also forces testing the bundled python executables.

0 commit comments

Comments
 (0)