Skip to content

Commit 54fdb94

Browse files
committed
Revert "WIP: github: Don't run check-unwind and check-cxxabi on ARM"
This reverts commit ee02cc649bbbdfb9b5f71a1c9b3a30e95ef6ff90.
1 parent a8bcf50 commit 54fdb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
-DCMAKE_INSTALL_MESSAGE=NEVER `
435435
-DLLVM_LIT_ARGS="-v --time-tests"
436436
ninja
437-
ninja ${{startsWith(matrix.arch, 'a') && 'check-cxx' || 'check-cxx check-cxxabi check-unwind'}}
437+
ninja check-cxx check-cxxabi check-unwind
438438
439439
# Run the OpenMP tests with the cross-built toolchains from above.
440440
# This also forces testing the bundled python executables.

.github/workflows/test-libcxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
-DCMAKE_INSTALL_MESSAGE=NEVER `
103103
-DLLVM_LIT_ARGS="-v --time-tests"
104104
ninja
105-
ninja ${{startsWith(matrix.arch, 'a') && 'check-cxx' || 'check-cxx check-cxxabi check-unwind'}}
105+
ninja check-cxx check-cxxabi check-unwind

0 commit comments

Comments
 (0)