mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Revert "switch to the macos-12-xl builder"
This reverts commit fcbae989ae
.
This commit is contained in:
parent
dc1d9d50fb
commit
e63ec2e140
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -325,7 +325,7 @@ jobs:
|
|||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
DIST_REQUIRE_ALL_TOOLS: 1
|
DIST_REQUIRE_ALL_TOOLS: 1
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: dist-apple-various
|
- name: dist-apple-various
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
|
SCRIPT: "./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim"
|
||||||
@ -336,7 +336,7 @@ jobs:
|
|||||||
NO_LLVM_ASSERTIONS: 1
|
NO_LLVM_ASSERTIONS: 1
|
||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: dist-x86_64-apple-alt
|
- name: dist-x86_64-apple-alt
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py dist bootstrap --include-default-paths"
|
SCRIPT: "./x.py dist bootstrap --include-default-paths"
|
||||||
@ -347,7 +347,7 @@ jobs:
|
|||||||
NO_LLVM_ASSERTIONS: 1
|
NO_LLVM_ASSERTIONS: 1
|
||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: x86_64-apple-1
|
- name: x86_64-apple-1
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
|
SCRIPT: "./x.py --stage 2 test --exclude tests/ui --exclude tests/rustdoc --exclude tests/run-make-fulldeps"
|
||||||
@ -358,7 +358,7 @@ jobs:
|
|||||||
NO_LLVM_ASSERTIONS: 1
|
NO_LLVM_ASSERTIONS: 1
|
||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: x86_64-apple-2
|
- name: x86_64-apple-2
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
|
SCRIPT: "./x.py --stage 2 test tests/ui tests/rustdoc tests/run-make-fulldeps"
|
||||||
@ -369,7 +369,7 @@ jobs:
|
|||||||
NO_LLVM_ASSERTIONS: 1
|
NO_LLVM_ASSERTIONS: 1
|
||||||
NO_DEBUG_ASSERTIONS: 1
|
NO_DEBUG_ASSERTIONS: 1
|
||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: dist-aarch64-apple
|
- name: dist-aarch64-apple
|
||||||
env:
|
env:
|
||||||
SCRIPT: "./x.py dist bootstrap --include-default-paths --stage 2"
|
SCRIPT: "./x.py dist bootstrap --include-default-paths --stage 2"
|
||||||
@ -384,7 +384,7 @@ jobs:
|
|||||||
NO_OVERFLOW_CHECKS: 1
|
NO_OVERFLOW_CHECKS: 1
|
||||||
DIST_REQUIRE_ALL_TOOLS: 1
|
DIST_REQUIRE_ALL_TOOLS: 1
|
||||||
JEMALLOC_SYS_WITH_LG_PAGE: 14
|
JEMALLOC_SYS_WITH_LG_PAGE: 14
|
||||||
os: macos-12-xl
|
os: macos-latest
|
||||||
- name: x86_64-msvc-1
|
- name: x86_64-msvc-1
|
||||||
env:
|
env:
|
||||||
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
|
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
|
||||||
|
@ -77,7 +77,7 @@ x--expand-yaml-anchors--remove:
|
|||||||
<<: *base-job
|
<<: *base-job
|
||||||
|
|
||||||
- &job-macos-xl
|
- &job-macos-xl
|
||||||
os: macos-12-xl
|
os: macos-latest # We don't have an XL builder for this
|
||||||
<<: *base-job
|
<<: *base-job
|
||||||
|
|
||||||
- &job-windows-xl
|
- &job-windows-xl
|
||||||
|
Loading…
Reference in New Issue
Block a user