We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adff29 commit 89d4627Copy full SHA for 89d4627
.github/workflows/build.yml
@@ -429,7 +429,7 @@ jobs:
429
-DCMAKE_INSTALL_MESSAGE=NEVER `
430
-DLLVM_LIT_ARGS="-v --time-tests"
431
ninja
432
- ninja check-runtimes
+ ninja ${{(matrix.arch == 'arm64ec') && 'check-cxx' || 'check-runtimes'}}
433
434
# Run the OpenMP tests with the cross-built toolchains from above.
435
# This also forces testing the bundled python executables.
0 commit comments