From 2f97baa373b845357e54fcb5e86f67fdaee5b508 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 Nov 2025 06:45:40 +0800 Subject: [PATCH 1/2] [DO NOT MERGE] CI failure investigation --- .github/workflows/ci.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e9ea2..e94b9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,14 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.10", "3.11", "3.12", "3.13" ] + # python-version: [ "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.13" ] runs-on: [ "macos-latest" ] - include: - # Don't need to run x86 tests on every Python version - - python-version: "3.13" - runs-on: "macos-15-intel" + # include: + # # Don't need to run x86 tests on every Python version + # - python-version: "3.13" + # runs-on: "macos-15-intel" steps: - name: Checkout @@ -104,3 +105,11 @@ jobs: run: | source ./setup-iOS.sh ${{ matrix.python-version }} forge iOS brotli -vv + + # This step is only needed if you're trying to diagnose test failures that + # only occur in CI, and can't be reproduced locally. When it runs, it will + # open an SSH server (URL reported in the logs) so you can ssh into the CI + # machine. + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: failure() From 53abaa78eb7bb47e861023102a0589aa6a4b0322 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 10 Nov 2025 08:09:07 +0800 Subject: [PATCH 2/2] Change download source for libjpeg. --- recipes/libjpeg/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libjpeg/meta.yaml b/recipes/libjpeg/meta.yaml index 807445c..fcd8a9c 100644 --- a/recipes/libjpeg/meta.yaml +++ b/recipes/libjpeg/meta.yaml @@ -3,7 +3,7 @@ package: version: 1.5.3 source: - url: https://downloads.sourceforge.net/project/libjpeg-turbo/{version}/libjpeg-turbo-{version}.tar.gz + url: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/{version}/libjpeg-turbo-{version}.tar.gz patches: - config.patch