GitLab CI: Switch the openSUSE builds to 15.5

This commit is contained in:
John Thacker 2023-10-18 20:59:53 -04:00
parent 2799ca5485
commit a274d763df
1 changed files with 5 additions and 5 deletions

View File

@ -345,22 +345,22 @@ Fedora RPM Package:
# - tshark --version
# needs: [ 'Fedora RPM Package' ]
openSUSE 15.4 RPM Package:
openSUSE 15.5 RPM Package:
extends: .build-rpm
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.4-dev
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.5-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.4 RPM Test:
openSUSE 15.5 RPM Test:
extends: .test-rpm
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.4-dev
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.5-dev
script:
- zypper --no-gpg-checks --no-remote install -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version
needs: [ 'openSUSE 15.4 RPM Package' ]
needs: [ 'openSUSE 15.5 RPM Package' ]
Rocky Linux 9 RPM Package:
extends: .build-rpm