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 c43786c commit 9652e92Copy full SHA for 9652e92
src/ci/github-actions/jobs.yml
@@ -351,6 +351,12 @@ auto:
351
DOCKER_SCRIPT: x86_64-gnu-llvm3.sh
352
<<: *job-linux-4c
353
354
+ - name: x86_64-gnu-llvm-19
355
+ env:
356
+ ENABLE_GCC_CODEGEN: "1"
357
+ DOCKER_SCRIPT: x86_64-gnu-llvm.sh
358
+ <<: &job-linux-36c-codebuild
359
+
360
# The x86_64-gnu-llvm-19 job is split into multiple jobs to run tests in parallel.
361
# x86_64-gnu-llvm-19-1 skips tests that run in x86_64-gnu-llvm-19-{2,3}.
362
- name: x86_64-gnu-llvm-19-1
@@ -382,7 +388,7 @@ auto:
382
388
- name: x86_64-gnu-tools
383
389
env:
384
390
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
385
- <<: *job-linux-4c
391
+ <<: *job-linux-36c-codebuild
386
392
387
393
####################
394
# macOS Builders #
0 commit comments