Skip to content

Commit b98a266

Browse files
committed
Resume testing macOS x86_64
1 parent a0323dd commit b98a266

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ runners:
2626
os: macos-15
2727
<<: *base-job
2828

29+
- &job-macos-x86_64
30+
os: macos-15-intel
31+
<<: *base-job
32+
2933
- &job-windows
3034
os: windows-2025
3135
<<: *base-job
@@ -449,6 +453,29 @@ auto:
449453
CODEGEN_BACKENDS: llvm,cranelift
450454
<<: *job-macos
451455

456+
- name: x86_64-apple
457+
env:
458+
SCRIPT: >-
459+
./x.py test
460+
--stage 2
461+
--host=x86_64-apple-darwin
462+
--target=x86_64-apple-darwin
463+
464+
&&
465+
466+
./x.py test
467+
--stage 2
468+
--host=x86_64-apple-darwin
469+
--target=x86_64-apple-darwin
470+
src/tools/cargo
471+
RUST_CONFIGURE_ARGS: >-
472+
--enable-profiler
473+
--enable-sanitizers
474+
--set rust.jemalloc
475+
<<: *env-macos-x86_64-target
476+
<<: *env-macos-xcode
477+
<<: *job-macos-x86_64
478+
452479
- name: dist-apple-various
453480
env:
454481
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

0 commit comments

Comments
 (0)