File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ runners:
5151 os : codebuild-ubuntu-22-8c-${{ github.run_id }}-${{ github.run_attempt }}
5252 << : *base-job
5353
54+ - &job-linux-36c-codebuild
55+ free_disk : true
56+ os : codebuild-ubuntu-22-36c-${{ github.run_id }}-${{ github.run_attempt }}
57+ << : *base-job
58+
5459envs :
5560 env-x86_64-apple-tests : &env-x86_64-apple-tests
5661 SCRIPT : ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -261,7 +266,7 @@ auto:
261266 # nightly features to compile, and this job would fail if
262267 # executed on beta and stable.
263268 only_on_channel : nightly
264- << : *job-linux-8c -codebuild
269+ << : *job-linux-36c -codebuild
265270
266271 # Tests integration with Rust for Linux.
267272 # Builds stage 1 compiler and tries to compile a few RfL examples with it.
You can’t perform that action at this time.
0 commit comments