Skip to content

Commit 9652e92

Browse files
committed
ci test: see how pr jobs run in codebuild
1 parent c43786c commit 9652e92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,12 @@ auto:
351351
DOCKER_SCRIPT: x86_64-gnu-llvm3.sh
352352
<<: *job-linux-4c
353353

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+
354360
# The x86_64-gnu-llvm-19 job is split into multiple jobs to run tests in parallel.
355361
# x86_64-gnu-llvm-19-1 skips tests that run in x86_64-gnu-llvm-19-{2,3}.
356362
- name: x86_64-gnu-llvm-19-1
@@ -382,7 +388,7 @@ auto:
382388
- name: x86_64-gnu-tools
383389
env:
384390
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
385-
<<: *job-linux-4c
391+
<<: *job-linux-36c-codebuild
386392

387393
####################
388394
# macOS Builders #

0 commit comments

Comments
 (0)