diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index 6b4bca0a..0633fbd1 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -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'