]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
fix the url of the s390x actions worker patch
authorEddy S. <fneddy@users.noreply.github.com>
Thu, 6 Mar 2025 08:13:48 +0000 (09:13 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 17 Mar 2025 11:23:16 +0000 (12:23 +0100)
gaplib changed their patch name scheme with 1a5e012.

arch/s390/self-hosted-builder/actions-runner.Dockerfile

index f43ab85f03d8d73c75467db40e5319de4adf7e62..6a16b9f36b7990c947f1d8cd1408b9d6b1382769 100644 (file)
@@ -15,7 +15,7 @@ RUN     cd /tmp && \
         git clone -q https://github.com/actions/runner && \
         cd runner && \
         git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) -b build && \
-        wget https://github.com/anup-kodlekere/gaplib/raw/refs/heads/main/build-files/runner-sdk-8.patch && \
+        wget https://github.com/anup-kodlekere/gaplib/raw/refs/heads/main/patches/runner-main-sdk8-s390x.patch -O runner-sdk-8.patch && \
         git apply runner-sdk-8.patch && \
         sed -i'' -e /version/s/8......\"$/$8.0.100\"/ src/global.json