Temporarily disable x86_64 macOS
Upstream rustc broke it when turning it into a tier 2 target
This commit is contained in:
parent
8c3a60c087
commit
dbca51abe6
2 changed files with 12 additions and 9 deletions
7
.github/workflows/abi-cafe.yml
vendored
7
.github/workflows/abi-cafe.yml
vendored
|
|
@ -28,9 +28,10 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
- os: macos-13
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
# FIXME(rust-lang/rust#145699)
|
||||
#- os: macos-13
|
||||
# env:
|
||||
# TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-apple-darwin
|
||||
|
|
|
|||
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
|
@ -56,9 +56,10 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
- os: macos-13
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
# FIXME(rust-lang/rust#145699)
|
||||
#- os: macos-13
|
||||
# env:
|
||||
# TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-apple-darwin
|
||||
|
|
@ -187,9 +188,10 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
- os: macos-13
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
# FIXME(rust-lang/rust#145699)
|
||||
#- os: macos-13
|
||||
# env:
|
||||
# TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-apple-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue