Gitlab CI: Switch to the OpenSUSE 15.4 container

15.3 has reached EOL: https://en.opensuse.org/Lifetime
This commit is contained in:
John Thacker 2023-01-21 23:58:11 -05:00 committed by Gerald Combs
parent c864a8a994
commit b71d87ed27
1 changed files with 5 additions and 5 deletions

View File

@ -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