Skip to content

Commit 411b9e2

Browse files
committed
fix
1 parent 72813d9 commit 411b9e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ci/github-actions/jobs.yml

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

354-
- name: x86_64-gnu-llvm-19-full
354+
- name: x86_64-gnu-llvm-19
355355
env:
356-
IMAGE: x86_64-gnu-llvm-19
357356
ENABLE_GCC_CODEGEN: "1"
358357
DOCKER_SCRIPT: x86_64-gnu-llvm.sh
359-
<<: &job-linux-36c-codebuild
358+
<<: *job-linux-36c-codebuild
360359

361360
# The x86_64-gnu-llvm-19 job is split into multiple jobs to run tests in parallel.
362361
# x86_64-gnu-llvm-19-1 skips tests that run in x86_64-gnu-llvm-19-{2,3}.

0 commit comments

Comments
 (0)