Skip to content

Commit 2bdfca2

Browse files
committed
TEST: test -alt build
Should have even more checks enabled
1 parent 044ec16 commit 2bdfca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ auto:
437437
# macOS Builders #
438438
####################
439439

440-
- name: dist-x86_64-apple
440+
- name: dist-x86_64-apple-alt
441441
env:
442442
SCRIPT: >-
443443
./x.py dist bootstrap
@@ -460,7 +460,7 @@ auto:
460460
CODEGEN_BACKENDS: llvm,cranelift
461461
<<: *job-macos
462462

463-
- name: dist-apple-various
463+
- name: dist-apple-various-alt
464464
env:
465465
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
466466
# Mac Catalyst cannot currently compile the sanitizer:
@@ -473,7 +473,7 @@ auto:
473473
SELECT_XCODE: /Applications/Xcode_15.2.app
474474
<<: *job-macos
475475

476-
- name: dist-aarch64-apple
476+
- name: dist-aarch64-apple-alt
477477
env:
478478
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
479479
RUST_CONFIGURE_ARGS: >-
@@ -494,7 +494,7 @@ auto:
494494
CODEGEN_BACKENDS: llvm,cranelift
495495
<<: *job-macos
496496

497-
- name: aarch64-apple
497+
- name: aarch64-apple-alt
498498
env:
499499
SCRIPT: >
500500
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&

0 commit comments

Comments
 (0)