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 72813d9 commit 411b9e2Copy full SHA for 411b9e2
src/ci/github-actions/jobs.yml
@@ -351,12 +351,11 @@ auto:
351
DOCKER_SCRIPT: x86_64-gnu-llvm3.sh
352
<<: *job-linux-4c
353
354
- - name: x86_64-gnu-llvm-19-full
+ - name: x86_64-gnu-llvm-19
355
env:
356
- IMAGE: x86_64-gnu-llvm-19
357
ENABLE_GCC_CODEGEN: "1"
358
DOCKER_SCRIPT: x86_64-gnu-llvm.sh
359
- <<: &job-linux-36c-codebuild
+ <<: *job-linux-36c-codebuild
360
361
# The x86_64-gnu-llvm-19 job is split into multiple jobs to run tests in parallel.
362
# x86_64-gnu-llvm-19-1 skips tests that run in x86_64-gnu-llvm-19-{2,3}.
0 commit comments