Skip to content

Commit 80dd839

Browse files
committed
SapMachine SAP#2244: Disable GHA builds for platforms not delivered by SapMachine
(cherry picked from commit 5926d01e30ab885b4c2d1e50c1b40cc4ceef7ed5)
1 parent 478e1ce commit 80dd839

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,12 @@ jobs:
187187
echo "linux-x64-variants=$(check_platform linux-x64-variants variants)" >> $GITHUB_OUTPUT
188188
echo "linux-cross-compile=$(check_platform linux-cross-compile cross-compile)" >> $GITHUB_OUTPUT
189189
echo "alpine-linux-x64=$(check_platform alpine-linux-x64 alpine-linux x64)" >> $GITHUB_OUTPUT
190-
echo "macos-x64=$(check_platform macos-x64 macos x64)" >> $GITHUB_OUTPUT
190+
# SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
191+
echo "macos-x64=false" >> $GITHUB_OUTPUT
191192
echo "macos-aarch64=$(check_platform macos-aarch64 macos aarch64)" >> $GITHUB_OUTPUT
192193
echo "windows-x64=$(check_platform windows-x64 windows x64)" >> $GITHUB_OUTPUT
193-
echo "windows-aarch64=$(check_platform windows-aarch64 windows aarch64)" >> $GITHUB_OUTPUT
194+
# SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
195+
echo "windows-aarch64=false" >> $GITHUB_OUTPUT
194196
echo "docs=$(check_platform docs)" >> $GITHUB_OUTPUT
195197
echo "dry-run=$(check_dry_run)" >> $GITHUB_OUTPUT
196198

make/conf/github-actions.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ MACOS_AARCH64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/s
4141
MACOS_AARCH64_BOOT_JDK_SHA256=5e17522ae15cc57b7d57e8317b2f5c425aa38a50bd105e3c763a73317e1d8658
4242

4343
MACOS_X64_BOOT_JDK_EXT=tar.gz
44-
MACOS_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_x64_mac_hotspot_25.0.3_9.tar.gz
45-
MACOS_X64_BOOT_JDK_SHA256=4c539a18b4d656960ff6766727e9ca546fc17f7a29714dba9e7b47bdcb37c447
44+
MACOS_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24_macos-x64_bin.tar.gz
45+
MACOS_X64_BOOT_JDK_SHA256=6bbfb1d01741cbe55ab90299cb91464b695de9a3ace85c15131aa2f50292f321
4646

4747
WINDOWS_X64_BOOT_JDK_EXT=zip
4848
WINDOWS_X64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/sapmachine-25.0.3/sapmachine-jdk-25.0.3_windows-x64_bin.zip

0 commit comments

Comments
 (0)