From cf48d131b37a9d1e209125e620709b1b7f41a63a Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 10 Apr 2026 13:52:21 +0800 Subject: [PATCH] Use direct link to official release instead of mirror --- .github/workflows/tests.yml | 6 +++--- config/source.json | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e065b14..132b33f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -209,6 +209,6 @@ jobs: name: build-logs-${{ matrix.os }}-${{ matrix.php }} path: log - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 +# - name: Setup tmate session +# if: ${{ failure() }} +# uses: mxschmitt/action-tmate@v3 diff --git a/config/source.json b/config/source.json index 4b3f7b59..18bca217 100644 --- a/config/source.json +++ b/config/source.json @@ -462,10 +462,8 @@ } }, "krb5": { - "type": "ghtagtar", - "repo": "krb5/krb5", - "match": "krb5.+-final", - "prefer-stable": true, + "type": "url", + "url": "https://web.mit.edu/kerberos/dist/krb5/1.22/krb5-1.22.2.tar.gz", "license": { "type": "file", "path": "NOTICE"