File tree Expand file tree Collapse file tree
bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ def runOnNativeBuildAgent(String platform, Closure body) {
2626 case ' gtk4.linux.x86_64' :
2727 dockerImage = ' eclipse/platformreleng-debian-swtnativebuild:12'
2828 break
29+ case ' cocoa.macosx.aarch64' :
30+ agentLabel = ' nc1ht-macos26-arm64'
31+ break
32+ case ' cocoa.macosx.x86_64' :
33+ agentLabel = ' b9h15-macos15-x86_64'
34+ break
2935 }
3036 if (dockerImage != null ) {
3137 podTemplate(inheritFrom : ' basic' /* inherit general configuration */ , containers : [
@@ -233,7 +239,16 @@ pipeline {
233239 sh build.sh clean
234240 sh build.sh -gtk4 checklibs install-pi-only
235241 elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
242+ xcode-select --print-path
243+ xcode-select --version
244+ softwareupdate --list
245+ softwareupdate --history
246+ xcodebuild -version
247+ xcodebuild -showsdks
236248 sh build.sh install
249+ for f in libs/*; do
250+ vtool -show ${f}
251+ done
237252 else
238253 echo "Unexpected build platform ${PLATFORM}"
239254 exit 1
Original file line number Diff line number Diff line change 1313# IBM Corporation - initial API and implementation
1414# *******************************************************************************
1515
16+ # Dummy change
17+
1618sw_vers -productVersion
1719
1820cd ` dirname $0 `
You can’t perform that action at this time.
0 commit comments