Skip to content

Commit d1ee190

Browse files
committed
Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol
ci: move dist-x86_64-linux job to codebuild
2 parents 95a2212 + dc18763 commit d1ee190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ try:
132132
- name: dist-x86_64-linux
133133
env:
134134
CODEGEN_BACKENDS: llvm,cranelift
135-
<<: *job-linux-16c
135+
<<: *job-linux-36c-codebuild
136136

137137
# Main CI jobs that have to be green to merge a commit into master
138138
# These jobs automatically inherit envs.auto, to avoid repeating
@@ -228,7 +228,7 @@ auto:
228228
- name: dist-x86_64-linux
229229
env:
230230
CODEGEN_BACKENDS: llvm,cranelift
231-
<<: *job-linux-16c
231+
<<: *job-linux-36c-codebuild
232232

233233
- name: dist-x86_64-linux-alt
234234
env:

0 commit comments

Comments
 (0)