From 5f1c7303ab4d50f450438af547589dd7fe3fe1fa Mon Sep 17 00:00:00 2001 From: "Eddy S." Date: Thu, 6 Mar 2025 09:13:48 +0100 Subject: [PATCH] fix the url of the s390x actions worker patch gaplib changed their patch name scheme with 1a5e012. --- arch/s390/self-hosted-builder/actions-runner.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/self-hosted-builder/actions-runner.Dockerfile b/arch/s390/self-hosted-builder/actions-runner.Dockerfile index f43ab85f..6a16b9f3 100644 --- a/arch/s390/self-hosted-builder/actions-runner.Dockerfile +++ b/arch/s390/self-hosted-builder/actions-runner.Dockerfile @@ -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 -- 2.47.2