]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 6 Nov 2024 03:09:04 +0000 (19:09 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 03:09:04 +0000 (12:09 +0900)
* Temporarily disable aarch64-apple-darwin JIT CI jobs

* Also up here

.github/workflows/jit.yml

index 48f05818a38f9694fd7e20b89c82af734240a931..897c692118e9a4d241ecd56468a222ad50bc700b 100644 (file)
@@ -52,7 +52,7 @@ jobs:
           - x86_64-pc-windows-msvc/msvc
           - aarch64-pc-windows-msvc/msvc
           - x86_64-apple-darwin/clang
-          - aarch64-apple-darwin/clang
+          - aarch64-apple-darwin/clang
           - x86_64-unknown-linux-gnu/gcc
           - x86_64-unknown-linux-gnu/clang
           - aarch64-unknown-linux-gnu/gcc
@@ -79,10 +79,11 @@ jobs:
             architecture: x86_64
             runner: macos-13
             compiler: clang
-          - target: aarch64-apple-darwin/clang
-            architecture: aarch64
-            runner: macos-14
-            compiler: clang
+          # GH-126464: A recent change to either GHA or LLVM broke this job:
+          # - target: aarch64-apple-darwin/clang
+          #   architecture: aarch64
+          #   runner: macos-14
+          #   compiler: clang
           - target: x86_64-unknown-linux-gnu/gcc
             architecture: x86_64
             runner: ubuntu-22.04