Skip to content

Commit

Permalink
Use centos-9 to build the swt natives
Browse files Browse the repository at this point in the history
Centos-8 is out of service and the container even does not build anymore
therefore we can't get any updates.

This changes the build to use Centos 9 for building instead.
  • Loading branch information
laeubi authored and akurtakov committed Sep 4, 2024
1 parent d200d94 commit e4cd337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kind: Pod
spec:
containers:
- name: "swtbuild"
image: "eclipse/platformreleng-centos-swt-build:8"
image: "eclipse/platformreleng-centos-swt-build:9"
imagePullPolicy: "Always"
resources:
limits:
Expand Down

0 comments on commit e4cd337

Please sign in to comment.