mirror of https://github.com/qt/qt5.git
Update qtsaferenderer.yaml, add missing 'Target os' field
Add 'Target os' field for static configurations to make sure targets are not overwritten when exporting the integration. Change-Id: Ib99f38f21c4324bf5ac8f8ef6d41e508aef9e7d7 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
This commit is contained in:
parent
a2ecc870d6
commit
16ff073337
|
@ -27,6 +27,7 @@ Configurations:
|
|||
-
|
||||
Id: 'macos-latest-xcode-universal-static-build'
|
||||
Template: 'qtci-macos-12-x86_64-107'
|
||||
Target os: 'MacOS_12_Static'
|
||||
Compiler: 'Clang'
|
||||
Target arch: 'x86_64-arm64'
|
||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
||||
|
@ -37,6 +38,7 @@ Configurations:
|
|||
-
|
||||
Id: 'Linux-RHEL_8_10_Static'
|
||||
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||
Target os: 'RHEL_8_10_Static'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
||||
Configure arguments: '-static -no-icu -nomake examples -release -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput -no-sql-mysql'
|
||||
|
@ -47,6 +49,7 @@ Configurations:
|
|||
-
|
||||
Id: 'Windows-MSVC2022_Static'
|
||||
Template: 'qtci-windows-10_22H2-x86_64-52'
|
||||
Target os: 'Windows_10_Static'
|
||||
Compiler: 'MSVC2022'
|
||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
||||
Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-mysql -no-sql-odbc -no-sql-psql'
|
||||
|
|
Loading…
Reference in New Issue