restore debug llvm CI coverage

and reduce redundant coverage in slow runs to save time
This commit is contained in:
Andrew Kelley
2025-06-06 12:50:14 -07:00
parent 37f763560b
commit 125a9aa82b
6 changed files with 138 additions and 40 deletions

View File

@@ -20,6 +20,14 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test
run: sh ci/x86_64-linux-debug.sh
x86_64-linux-debug-llvm:
timeout-minutes: 540
runs-on: [self-hosted, Linux, x86_64]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: sh ci/x86_64-linux-debug-llvm.sh
x86_64-linux-release:
timeout-minutes: 540
runs-on: [self-hosted, Linux, x86_64]