Skip to content

Commit 4173ba3

Browse files
committed
Build and test on Fedora 42 image
1 parent 43eeb94 commit 4173ba3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
}
6464
}}
6565
}
66-
post {
66+
post {
6767
always {
6868
junit '**/*.test*/target/surefire-reports/*.xml'
6969
archiveArtifacts artifacts: '**/*.log,**/*.html,**/screenshots/*.png,**/target/repository/*'

Diff for: releng/container-build/Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipsecbi/fedora-gtk3-mutter:41-gtk3.24
1+
FROM eclipsecbi/fedora-gtk3-mutter:42-gtk3.24
22

33
# Back to root for install
44
USER 0
@@ -9,13 +9,14 @@ RUN sed -i '/tsflags=nodocs/ d' /etc/dnf/dnf.conf
99
RUN dnf -y update && dnf -y install \
1010
webkit2gtk3 npm tigervnc-server java-21-openjdk-devel \
1111
gcc-c++ perf systemtap rpmdevtools valgrind \
12-
gtk3-devel-docs \
12+
gtk3-devel-docs gnome-shell ibus \
1313
&& dnf clean all
1414

1515
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz | tar -xzv
1616

1717
ENV PATH=/apache-maven-3.9.9/bin:/usr/lib/jvm/java-21/bin:$PATH
1818
ENV JAVA_HOME=/usr/lib/jvm/java-21
19+
ENV NO_AT_BRIDGE=1
1920

2021
#Back to named user
2122
USER 10001

0 commit comments

Comments
 (0)