mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
OpenSUSE 15.6 and SLES 15 SP6 seem to need direct configuration
for git and curl to take CA certificates into use. [CI Platforms]
Includes fix to install gstreamer h264 codec
(amending 58e0090020)
Task-number: QTQAINFRA-6740
Task-number: QTQAINFRA-6739
Change-Id: I0d92ef50527564d2f048174777e20d1611aaf4d2
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
9 lines
198 B
Bash
9 lines
198 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
"$(dirname "$0")/../common/linux/cmake_min_supported.sh"
|
|
|
|
# For testing Qt's CMake deployment API with CMake < 3.21, we need patchelf.
|
|
sudo zypper -nq install patchelf
|