Skip to content

Commit ad1243f

Browse files
committed
WIP: Test running unwind and cxxabi tests on arm64ec temporarily
1 parent 3485e93 commit ad1243f

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 ${{(matrix.arch == 'arm64ec') && 'check-cxx' || 'check-runtimes'}}
432+
ninja 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)