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 fa7b40c commit f09409fCopy full SHA for f09409f
.github/workflows/CI.yml
@@ -502,7 +502,7 @@ jobs:
502
strategy:
503
fail-fast: false
504
matrix:
505
- llvm-version: ["10", "14", "15", "16"]
+ llvm-version: ["10", "15", "16"]
506
steps:
507
- uses: actions/checkout@v4
508
with:
@@ -540,7 +540,7 @@ jobs:
540
- name: Test Linux LLVM ${{ matrix.llvm-version }}
541
shell: bash -e -l {0}
542
run: |
543
- # ctest --output-on-failure
+ ctest --output-on-failure
544
cd integration_tests
545
./run_tests.py -b llvm llvm_jit
546
./run_tests.py -b llvm llvm_jit -f
0 commit comments