Skip to content

Commit dbca51a

Browse files
committed
Temporarily disable x86_64 macOS
Upstream rustc broke it when turning it into a tier 2 target
1 parent 8c3a60c commit dbca51a

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/abi-cafe.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- os: ubuntu-24.04-arm
2929
env:
3030
TARGET_TRIPLE: aarch64-unknown-linux-gnu
31-
- os: macos-13
32-
env:
33-
TARGET_TRIPLE: x86_64-apple-darwin
31+
# FIXME(rust-lang/rust#145699)
32+
#- os: macos-13
33+
# env:
34+
# TARGET_TRIPLE: x86_64-apple-darwin
3435
- os: macos-latest
3536
env:
3637
TARGET_TRIPLE: aarch64-apple-darwin

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
- os: ubuntu-24.04-arm
5757
env:
5858
TARGET_TRIPLE: aarch64-unknown-linux-gnu
59-
- os: macos-13
60-
env:
61-
TARGET_TRIPLE: x86_64-apple-darwin
59+
# FIXME(rust-lang/rust#145699)
60+
#- os: macos-13
61+
# env:
62+
# TARGET_TRIPLE: x86_64-apple-darwin
6263
- os: macos-latest
6364
env:
6465
TARGET_TRIPLE: aarch64-apple-darwin
@@ -187,9 +188,10 @@ jobs:
187188
- os: ubuntu-24.04-arm
188189
env:
189190
TARGET_TRIPLE: aarch64-unknown-linux-gnu
190-
- os: macos-13
191-
env:
192-
TARGET_TRIPLE: x86_64-apple-darwin
191+
# FIXME(rust-lang/rust#145699)
192+
#- os: macos-13
193+
# env:
194+
# TARGET_TRIPLE: x86_64-apple-darwin
193195
- os: macos-latest
194196
env:
195197
TARGET_TRIPLE: aarch64-apple-darwin

0 commit comments

Comments
 (0)