Skip to content

Commit fd0563e

Browse files
committed
Build Equinox launcher for linux.x86_64 on debian-12
The image 'platformreleng-centos-swt-build:8' cannot be built anymore and is therefore not updated. Align with SWT and use the debian-12 image instead. This will increase the GLIBC version requirement to version 2.34, see eclipse-platform/eclipse.platform.swt#1422 (comment) See also eclipse-platform/eclipse.platform.releng.aggregator#2441
1 parent 5810f68 commit fd0563e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def runOnNativeBuildAgent(String platform, Closure body) {
1717
def final nativeBuildStageName = 'Perform native launcher build'
1818
if (platform == 'gtk.linux.x86_64') {
1919
podTemplate(inheritFrom: 'basic' /* inherit general configuration */, containers: [
20-
containerTemplate(name: 'launcherbuild', image: 'eclipse/platformreleng-centos-swt-build:8',
20+
containerTemplate(name: 'launcherbuild', image: 'eclipse/platformreleng-debian-swtnativebuild:12',
2121
resourceRequestCpu:'1000m', resourceRequestMemory:'512Mi',
2222
resourceLimitCpu:'2000m', resourceLimitMemory:'4096Mi',
2323
alwaysPullImage: true, command: 'cat', ttyEnabled: true)

0 commit comments

Comments
 (0)