8000 GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh… · python/cpython@a204c63 · GitHub
[go: up one dir, main page]

Skip to content

Commit a204c63

Browse files
authored
GH-126464: Temporarily disable aarch64-apple-darwin JIT CI jobs (gh-126465)
* Temporarily disable aarch64-apple-darwin JIT CI jobs * Also up here
1 parent 83ba8c2 commit a204c63

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/jit.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- x86_64-pc-windows-msvc/msvc
5353
- aarch64-pc-windows-msvc/msvc
5454
- x86_64-apple-darwin/clang
55-
- aarch64-apple-darwin/clang
55+
# - aarch64-apple-darwin/clang
5656
- x86_64-unknown-linux-gnu/gcc
5757
- x86_64-unknown-linux-gnu/clang
5858
- aarch64-unknown-linux-gnu/gcc
@@ -79,10 +79,11 @@ jobs:
7979
architecture: x86_64
8080
runner: macos-13
8181
compiler: clang
82-
- target: aarch64-apple-darwin/clang
83-
architecture: aarch64
84-
runner: macos-14
85-
compiler: clang
82+
# GH-126464: A recent change to either GHA or LLVM broke this job:
83+
# - target: aarch64-apple-darwin/clang
84+
# architecture: aarch64
85+
# runner: macos-14
86+
# compiler: clang
8687
- target: x86_64-unknown-linux-gnu/gcc
8788
architecture: x86_64
8889
runner: ubuntu-22.04

0 commit comments

Comments
 (0)
0