From 6f6adc4877239ab271a5d9558edb10e473e33cb4 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Jun 2024 08:52:07 -0500 Subject: [PATCH] TMP: Shrink GH matrix on Linux --- .github/workflows/linux.yml | 1488 +++++++++++++++++------------------ 1 file changed, 744 insertions(+), 744 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8a1b01f3..b232e241 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -124,157 +124,157 @@ jobs: matrix: build: # Cross-compiles can't do PGO. - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "lto" - - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" - - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "debug" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "noopt" - - target_triple: "aarch64-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "lto" - - # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.12" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.13" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.13" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabi" - py: "cpython-3.13" - optimizations: "lto" - - # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "armv7-unknown-linux-gnueabihf" - py: "cpython-3.12" - optimizations: "lto" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "lto" + + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" + + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "debug" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "noopt" + # - target_triple: "aarch64-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "lto" + + # # Cross-compiles can't do PGO and require Python 3.9. + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.12" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.13" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.13" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabi" + # py: "cpython-3.13" + # optimizations: "lto" + + # # Cross-compiles can't do PGO and require Python 3.9. + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "armv7-unknown-linux-gnueabihf" + # py: "cpython-3.12" + # optimizations: "lto" - target_triple: "armv7-unknown-linux-gnueabihf" py: "cpython-3.13" @@ -287,96 +287,96 @@ jobs: optimizations: "lto" # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" - - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "debug" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "noopt" - - target_triple: "mips-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "lto" - - # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "mipsel-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" + + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "debug" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "noopt" + # - target_triple: "mips-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "lto" + + # # Cross-compiles can't do PGO and require Python 3.9. + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "mipsel-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" - target_triple: "mipsel-unknown-linux-gnu" py: "cpython-3.13" @@ -389,96 +389,96 @@ jobs: optimizations: "lto" # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" - - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "debug" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "noopt" - - target_triple: "s390x-unknown-linux-gnu" - py: "cpython-3.13" - optimizations: "lto" - - # Cross-compiles can't do PGO and require Python 3.9. - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "ppc64le-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" + + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "debug" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "noopt" + # - target_triple: "s390x-unknown-linux-gnu" + # py: "cpython-3.13" + # optimizations: "lto" + + # # Cross-compiles can't do PGO and require Python 3.9. + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "ppc64le-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" - target_triple: "ppc64le-unknown-linux-gnu" py: "cpython-3.13" @@ -490,71 +490,71 @@ jobs: py: "cpython-3.13" optimizations: "lto" - # We don't publish noopt builds when PGO is available. - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "pgo" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.8" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo" - run: true - - target_triple: "x86_64-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo+lto" - run: true + # # We don't publish noopt builds when PGO is available. + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.8" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo+lto" + # run: true - target_triple: "x86_64-unknown-linux-gnu" py: "cpython-3.13" @@ -569,57 +569,57 @@ jobs: optimizations: "pgo+lto" run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v2-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo+lto" - run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo+lto" + # run: true - target_triple: "x86_64_v2-unknown-linux-gnu" py: "cpython-3.13" @@ -634,57 +634,57 @@ jobs: optimizations: "pgo+lto" run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "pgo+lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo" - run: true - - target_triple: "x86_64_v3-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "pgo+lto" - run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "pgo+lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "pgo+lto" + # run: true - target_triple: "x86_64_v3-unknown-linux-gnu" py: "cpython-3.13" @@ -699,47 +699,47 @@ jobs: optimizations: "pgo+lto" run: true - # GitHub Actions runners don't support x86-64-v4 so we can't PGO. - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.9" - optimizations: "lto" - - # GitHub Actions runners don't support x86-64-v4 so we can't PGO. - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-gnu" - py: "cpython-3.12" - optimizations: "lto" + # # GitHub Actions runners don't support x86-64-v4 so we can't PGO. + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.9" + # optimizations: "lto" + + # # GitHub Actions runners don't support x86-64-v4 so we can't PGO. + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-gnu" + # py: "cpython-3.12" + # optimizations: "lto" - target_triple: "x86_64_v4-unknown-linux-gnu" py: "cpython-3.13" @@ -752,70 +752,70 @@ jobs: optimizations: "lto" # musl doesn't support PGO. - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.8" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.8" - optimizations: "noopt" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.8" - optimizations: "lto" - run: true - - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "noopt" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "lto" - run: true - - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "noopt" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "lto" - run: true - - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "noopt" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "lto" - run: true - - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "noopt" - run: true - - target_triple: "x86_64-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "lto" - run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.8" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.8" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.8" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "lto" + # run: true - target_triple: "x86_64-unknown-linux-musl" py: "cpython-3.13" @@ -830,57 +830,57 @@ jobs: optimizations: "lto" run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v2-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "lto" - run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v2-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "lto" + # run: true - target_triple: "x86_64_v2-unknown-linux-musl" py: "cpython-3.13" @@ -895,57 +895,57 @@ jobs: optimizations: "lto" run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "lto" - run: true - - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "debug" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "noopt" - run: true - - target_triple: "x86_64_v3-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "lto" - run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "lto" + # run: true + + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "debug" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "noopt" + # run: true + # - target_triple: "x86_64_v3-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "lto" + # run: true - target_triple: "x86_64_v3-unknown-linux-musl" py: "cpython-3.13" @@ -960,45 +960,45 @@ jobs: optimizations: "lto" run: true - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.9" - optimizations: "lto" - - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.10" - optimizations: "lto" - - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.11" - optimizations: "lto" - - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "debug" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "noopt" - - target_triple: "x86_64_v4-unknown-linux-musl" - py: "cpython-3.12" - optimizations: "lto" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.9" + # optimizations: "lto" + + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.10" + # optimizations: "lto" + + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.11" + # optimizations: "lto" + + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "debug" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "noopt" + # - target_triple: "x86_64_v4-unknown-linux-musl" + # py: "cpython-3.12" + # optimizations: "lto" - target_triple: "x86_64_v4-unknown-linux-musl" py: "cpython-3.13"