Skip to content

Commit 58709b2

Browse files
committed
Resume testing macOS x86_64
1 parent c1f76b3 commit 58709b2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 26 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
@@ -448,6 +452,28 @@ auto:
448452
CODEGEN_BACKENDS: llvm,cranelift
449453
<<: *job-macos
450454

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