Skip to content

Commit 2bde245

Browse files
committed
Resume testing macOS x86_64
1 parent dd242da commit 2bde245

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 24 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,26 @@ 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+
./x.py test
464+
--stage 2
465+
--host=x86_64-apple-darwin
466+
--target=x86_64-apple-darwin
467+
src/tools/cargo
468+
RUST_CONFIGURE_ARGS: >-
469+
--enable-profiler
470+
--enable-sanitizers
471+
--set rust.jemalloc
472+
<<: [*env-macos-x86_64-target, *env-macos-xcode]
473+
<<: *job-macos-x86_64
474+
451475
- name: dist-apple-various
452476
env:
453477
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)