ci: move dist-x86_64-linux job to codebuild
This commit is contained in:
parent
95a2212587
commit
1e7c4377de
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ try:
|
|||
- name: dist-x86_64-linux
|
||||
env:
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
<<: *job-linux-16c
|
||||
<<: *job-linux-36c-codebuild
|
||||
|
||||
# Main CI jobs that have to be green to merge a commit into master
|
||||
# These jobs automatically inherit envs.auto, to avoid repeating
|
||||
|
|
@ -228,7 +228,7 @@ auto:
|
|||
- name: dist-x86_64-linux
|
||||
env:
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
<<: *job-linux-16c
|
||||
<<: *job-linux-36c-codebuild
|
||||
|
||||
- name: dist-x86_64-linux-alt
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue