From 8e608b7f9aae2a710e2a38b703da580729e83017 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Wed, 1 Jul 2026 10:38:45 +0000 Subject: [PATCH] =?UTF-8?q?Update=20patches:=20c814d7c=20=E2=86=92=201ed4f?= =?UTF-8?q?70e=20[ppc64le,s390x]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patches/last_processed_commit.txt | 2 +- patches/runner-main-sdk8-ppc64le.patch | 4 ++-- patches/runner-main-sdk8-s390x.patch | 4 ++-- src/Misc/externals.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/last_processed_commit.txt b/patches/last_processed_commit.txt index e573e42dc10..9506573c5f3 100644 --- a/patches/last_processed_commit.txt +++ b/patches/last_processed_commit.txt @@ -1 +1 @@ -c814d7ca46f403a860f84c4e54b78c5a2d17e045 +1ed4f70ee92b31d200d4d446958f47decd2d998f diff --git a/patches/runner-main-sdk8-ppc64le.patch b/patches/runner-main-sdk8-ppc64le.patch index a8bfc6b6c96..824d3fa133e 100644 --- a/patches/runner-main-sdk8-ppc64le.patch +++ b/patches/runner-main-sdk8-ppc64le.patch @@ -16,7 +16,7 @@ index 9c069b12..d26b0dc2 100644 diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh -index 46384bb4..fc2a9456 100755 +index 4947a9bd..8103a2db 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -187,3 +187,13 @@ fi @@ -284,4 +284,4 @@ index 056a312e..3f9a3679 100644 -# From upstream commit: c814d7ca46f403a860f84c4e54b78c5a2d17e045 +# From upstream commit: 1ed4f70ee92b31d200d4d446958f47decd2d998f diff --git a/patches/runner-main-sdk8-s390x.patch b/patches/runner-main-sdk8-s390x.patch index a8bfc6b6c96..824d3fa133e 100644 --- a/patches/runner-main-sdk8-s390x.patch +++ b/patches/runner-main-sdk8-s390x.patch @@ -16,7 +16,7 @@ index 9c069b12..d26b0dc2 100644 diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh -index 46384bb4..fc2a9456 100755 +index 4947a9bd..8103a2db 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -187,3 +187,13 @@ fi @@ -284,4 +284,4 @@ index 056a312e..3f9a3679 100644 -# From upstream commit: c814d7ca46f403a860f84c4e54b78c5a2d17e045 +# From upstream commit: 1ed4f70ee92b31d200d4d446958f47decd2d998f diff --git a/src/Misc/externals.sh b/src/Misc/externals.sh index 46384bb4845..4947a9bd43c 100755 --- a/src/Misc/externals.sh +++ b/src/Misc/externals.sh @@ -7,7 +7,7 @@ NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download # When you update Node versions you must also create a new release of alpine_nodejs at that updated version. # Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started NODE20_VERSION="20.20.2" -NODE24_VERSION="24.17.0" +NODE24_VERSION="24.18.0" get_abs_path() { # exploits the fact that pwd will print abs path when no args