Skip to content

Commit 25bedcd

Browse files
committed
TEST: test -alt build
Should have even more checks enabled
1 parent eecd8f0 commit 25bedcd

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
@@ -412,7 +412,7 @@ auto:
412412
# macOS Builders #
413413
####################
414414

415-
- name: dist-x86_64-apple
415+
- name: dist-x86_64-apple-alt
416416
env:
417417
SCRIPT: >-
418418
./x.py dist bootstrap
@@ -435,7 +435,7 @@ auto:
435435
CODEGEN_BACKENDS: llvm,cranelift
436436
<<: *job-macos
437437

438-
- name: dist-apple-various
438+
- name: dist-apple-various-alt
439439
env:
440440
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
441441
# Mac Catalyst cannot currently compile the sanitizer:
@@ -448,7 +448,7 @@ auto:
448448
SELECT_XCODE: /Applications/Xcode_15.2.app
449449
<<: *job-macos
450450

451-
- name: dist-aarch64-apple
451+
- name: dist-aarch64-apple-alt
452452
env:
453453
SCRIPT: ./x.py dist bootstrap --include-default-paths --host=aarch64-apple-darwin --target=aarch64-apple-darwin
454454
RUST_CONFIGURE_ARGS: >-
@@ -469,7 +469,7 @@ auto:
469469
CODEGEN_BACKENDS: llvm,cranelift
470470
<<: *job-macos
471471

472-
- name: aarch64-apple
472+
- name: aarch64-apple-alt
473473
env:
474474
SCRIPT: >
475475
./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin &&

0 commit comments

Comments
 (0)