aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-01-21 23:58:11 -0500
committerGerald Combs <gerald@wireshark.org>2023-01-22 22:59:13 +0000
commitb71d87ed273fbadb92842d90ede49981ae1213e1 (patch)
treee30c6f5b0596e24ef808b4a4344916227f93d3e5
parentc864a8a99493f482dfa59521bc0ac10caf0f7d1f (diff)
Gitlab CI: Switch to the OpenSUSE 15.4 container
15.3 has reached EOL: https://en.opensuse.org/Lifetime
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a70c905882..65e6bbbebc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -263,22 +263,22 @@ Fedora RPM Package:
# - tshark --version
# needs: [ 'Fedora RPM Package' ]
-openSUSE 15.3 RPM Package:
+openSUSE 15.4 RPM Package:
extends: .build-rpm
- image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.3-dev
+ image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.4-dev
script:
- printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"
- cmake -G Ninja -DUSE_qt6=OFF ..
- printf "\e[0Ksection_end:%s:cmake_section\r\e[0K" "$( date +%s)"
- ninja wireshark_rpm
-openSUSE 15.3 RPM Test:
+openSUSE 15.4 RPM Test:
extends: .test-rpm
- image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.3-dev
+ image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.4-dev
script:
- zypper --no-gpg-checks --no-remote install -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version
- needs: [ 'openSUSE 15.3 RPM Package' ]
+ needs: [ 'openSUSE 15.4 RPM Package' ]
Rocky Linux 9 RPM Package:
extends: .build-rpm