diff --git a/coin/platform_configs/android-studio-tools.yaml b/coin/platform_configs/android-studio-tools.yaml index be04d094..7a2a4ad7 100644 --- a/coin/platform_configs/android-studio-tools.yaml +++ b/coin/platform_configs/android-studio-tools.yaml @@ -3,11 +3,6 @@ Include: [] Configurations: - Id: 'qttas-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Compiler: 'GCC' - Features: ['UseConfigure', 'Packaging', 'DisableTests'] -- - Id: 'qttas-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' Features: ['UseConfigure', 'Packaging', 'DisableTests'] diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index ef529dc3..995f7729 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -270,18 +270,6 @@ Configurations: 'VCPKG_HOST_TRIPLET=x64-linux-qt', 'VCPKG_TARGET_TRIPLET=x64-linux-qt', ] -- - Id: 'rhel-9.4' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Compiler: 'GCC' - Features: ['Packaging','Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'GenerateSBOM', 'VerifySBOM'] - Configure arguments: '-nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput' - Environment variables: [ - 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON', - 'VCPKG_HOST_TRIPLET=x64-linux-qt', - 'VCPKG_TARGET_TRIPLET=x64-linux-qt', - ] - Id: 'rhel-9.6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' diff --git a/coin/platform_configs/cmake_platforms_target_android.yaml b/coin/platform_configs/cmake_platforms_target_android.yaml index 7cec056a..5aacf24a 100644 --- a/coin/platform_configs/cmake_platforms_target_android.yaml +++ b/coin/platform_configs/cmake_platforms_target_android.yaml @@ -33,25 +33,6 @@ Configurations: ] - Id: 'android-9-x86-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'x86' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' - Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'JavaDocs'] - Environment variables: [ - 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86', - 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON', - 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID_X86_NDK_LATEST}} -DQT_DEPLOY_FFMPEG=TRUE -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', - # We check QT_USE_TARGET_ANDROID_BUILD_DIR only in one configuration, to ensure builds - # without this option work too. - 'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_USE_TARGET_ANDROID_BUILD_DIR=ON', - 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}', - 'ANDROID_EMULATOR=emulator_x86_api_28' - ] -- - Id: 'android-9-x86-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'x86' @@ -71,12 +52,12 @@ Configurations: ] - Id: 'android-15-x86_64-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'x86_64' Compiler: 'GCC' Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' + Platform dependency: 'rhel-9.6' Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'JavaDocs'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64', @@ -90,22 +71,6 @@ Configurations: ] - Id: 'android-16-x86_64-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'x86_64' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' - Features: ['Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'InsignificantTests'] - Environment variables: [ - 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64', - 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON', - 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID_X86_64_NDK_LATEST}} -DQT_DEPLOY_FFMPEG=TRUE -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', - 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}', - 'ANDROID_EMULATOR=emulator_x86_64_api_36' - ] -- - Id: 'android-16-x86_64-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'x86_64' diff --git a/coin/platform_configs/linux_android_tests_developer.yaml b/coin/platform_configs/linux_android_tests_developer.yaml index 8b2bb842..985a29ed 100644 --- a/coin/platform_configs/linux_android_tests_developer.yaml +++ b/coin/platform_configs/linux_android_tests_developer.yaml @@ -2,21 +2,6 @@ Version: 2 Configurations: - Id: 'android-x86-developer-build-testrun-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'x86' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' - Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure'] - Environment variables: [ - 'TARGET_CONFIGURE_ARGS=-nomake examples -debug -developer-build -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86', - 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}}', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}', - 'NON_QTBASE_TARGET_CMAKE_ARGS=', - 'ANDROID_EMULATOR=emulator_x86_api_28'] -- - Id: 'android-x86-developer-build-testrun-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'x86' diff --git a/coin/platform_configs/linux_android_tests_multi_abi.yaml b/coin/platform_configs/linux_android_tests_multi_abi.yaml index c7744cb1..c5b0398f 100644 --- a/coin/platform_configs/linux_android_tests_multi_abi.yaml +++ b/coin/platform_configs/linux_android_tests_multi_abi.yaml @@ -2,32 +2,6 @@ Version: 2 Configurations: - Id: 'android-9-multi-abi' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'multi' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: [ - 'rhel-9.4', - 'android-9-x86-on-linux', - 'android-15-x86_64-on-linux' - ] - Features: [ - 'Sccache', - 'WarningsAreErrors', - 'AndroidTestRun', - 'MinimalAndroidMultiABITests', - 'InstallDepsPerPlatformSubdir' - ] - Environment variables: [ - 'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-9.4', - 'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_android-9-x86-on-linux', - 'QT_CI_ARTIFACT_ID_PATH_Android-x86_64=QT_CI_ARTIFACT_ID_PATH_android-15-x86_64-on-linux', - 'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"', - 'ANDROID_EMULATOR=emulator_x86_api_28' - ] -- - Id: 'android-9-multi-abi-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' Target os: 'Android_ANY' Target arch: 'multi' diff --git a/coin/platform_configs/nightly_android_namespace.yaml b/coin/platform_configs/nightly_android_namespace.yaml index 8d35b84d..fd311531 100644 --- a/coin/platform_configs/nightly_android_namespace.yaml +++ b/coin/platform_configs/nightly_android_namespace.yaml @@ -1,7 +1,7 @@ Version: 2 Include: [ cmake_platforms.yaml: [ - 'rhel-9.4' + 'rhel-9.6' ], cmake_platforms_target_android.yaml: [ 'android-15-x86_64-on-linux', diff --git a/coin/platform_configs/nightly_android_ndk1.yaml b/coin/platform_configs/nightly_android_ndk1.yaml index c7262d10..7c003f01 100644 --- a/coin/platform_configs/nightly_android_ndk1.yaml +++ b/coin/platform_configs/nightly_android_ndk1.yaml @@ -1,7 +1,7 @@ Version: 2 Include: [ cmake_platforms.yaml: [ - 'rhel-9.4', + 'rhel-9.6', 'windows-11_24h2-mingw13' ], cmake_platforms_target_android.yaml: [ diff --git a/coin/platform_configs/nightly_android_ndk2.yaml b/coin/platform_configs/nightly_android_ndk2.yaml index 1585a4b1..7f6ce79e 100644 --- a/coin/platform_configs/nightly_android_ndk2.yaml +++ b/coin/platform_configs/nightly_android_ndk2.yaml @@ -1,7 +1,7 @@ Version: 2 Include: [ cmake_platforms.yaml: [ - 'rhel-9.4', + 'rhel-9.6', 'windows-11_24h2-mingw13' ], cmake_platforms_target_android.yaml: [ diff --git a/coin/platform_configs/nightly_android_ndk_preview.yaml b/coin/platform_configs/nightly_android_ndk_preview.yaml index cc324850..93755143 100644 --- a/coin/platform_configs/nightly_android_ndk_preview.yaml +++ b/coin/platform_configs/nightly_android_ndk_preview.yaml @@ -1,7 +1,7 @@ Version: 2 Include: [ cmake_platforms.yaml: [ - 'rhel-9.4' + 'rhel-9.6' ], cmake_platforms_target_android.yaml: [ 'android-16-x86_64-on-linux', diff --git a/coin/platform_configs/qmake2cmake.yaml b/coin/platform_configs/qmake2cmake.yaml index 4dedd65b..e7acf6ff 100644 --- a/coin/platform_configs/qmake2cmake.yaml +++ b/coin/platform_configs/qmake2cmake.yaml @@ -9,10 +9,6 @@ Configurations: Template: 'qtci-macos-13-x86_64-103' Compiler: 'Clang' Features: ['DisableTests'] -- - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Compiler: 'GCC' - Features: ['DisableTests'] - Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' diff --git a/coin/platform_configs/qt-creator.yaml b/coin/platform_configs/qt-creator.yaml index 075f6f74..1433622c 100644 --- a/coin/platform_configs/qt-creator.yaml +++ b/coin/platform_configs/qt-creator.yaml @@ -9,7 +9,7 @@ Configurations: Environment variables: [] Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64'] - - Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' Features: ['Sccache', 'DebugAndRelease'] Configure arguments: '' @@ -43,7 +43,7 @@ Configurations: Environment variables: [] Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64'] - - Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' Features: ['Sccache', 'DebugAndRelease', 'OldestQt'] Configure arguments: '' diff --git a/coin/platform_configs/qtbase_new_compiler_testing.yaml b/coin/platform_configs/qtbase_new_compiler_testing.yaml index a92b988f..202124ef 100644 --- a/coin/platform_configs/qtbase_new_compiler_testing.yaml +++ b/coin/platform_configs/qtbase_new_compiler_testing.yaml @@ -1,17 +1,5 @@ Version: 2 Configurations: -# Test gcc-12 on RHEL 9.4 -- - Id: 'rhel-9.4-gcc12' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Compiler: 'GCC' - Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests'] - Configure arguments: '-developer-build -nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-pcre -no-libudev -bundled-xcb-xinput' - Environment variables: [ - 'PATH=/opt/rh/gcc-toolset-12/root/usr/bin/:{{.Env.PATH}}', - 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON' - ] # Test gcc-12 on RHEL 9.6 - Id: 'rhel-9.6-gcc12' diff --git a/coin/platform_configs/qtgradleplugin.yaml b/coin/platform_configs/qtgradleplugin.yaml index 0e1d6c7b..73457b29 100644 --- a/coin/platform_configs/qtgradleplugin.yaml +++ b/coin/platform_configs/qtgradleplugin.yaml @@ -1,11 +1,6 @@ Version: 2 Include: [] Configurations: -- - Id: 'qtgp-on-linux' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Compiler: 'GCC' - Features: ['TestOnly'] - Id: 'qtgp-on-linux-rhel_9_6' Template: 'qtci-linux-RHEL-9.6-x86_64-51' diff --git a/coin/platform_configs/qtjenny.yaml b/coin/platform_configs/qtjenny.yaml index fde82b75..d88427bc 100644 --- a/coin/platform_configs/qtjenny.yaml +++ b/coin/platform_configs/qtjenny.yaml @@ -2,7 +2,6 @@ Version: 2 Module only: True Include: [ cmake_platforms.yaml: [ - 'rhel-9.4', 'rhel-9.6' ], cmake_platforms_target_android.yaml: [ diff --git a/coin/platform_configs/qtsaferenderer-runtime.yaml b/coin/platform_configs/qtsaferenderer-runtime.yaml index 1aee8ba7..36c5aa54 100644 --- a/coin/platform_configs/qtsaferenderer-runtime.yaml +++ b/coin/platform_configs/qtsaferenderer-runtime.yaml @@ -12,7 +12,6 @@ Include: [ "opensuse-16.0-developer-build", "sles-15_sp6-static", "windows-10_22h2-msvc2022", - "rhel-9.4", "rhel-9.6", "windows-11_24h2-mingw13", "windows-11_24H2-mingw13-developer-build", diff --git a/coin/platform_configs/qtsaferenderer.yaml b/coin/platform_configs/qtsaferenderer.yaml index 8c9ebe78..9b746a25 100644 --- a/coin/platform_configs/qtsaferenderer.yaml +++ b/coin/platform_configs/qtsaferenderer.yaml @@ -13,7 +13,6 @@ Include: [ "opensuse-16.0-developer-build", "sles-15_sp6-static", "windows-10_22h2-msvc2022", - "rhel-9.4", "rhel-9.6", "windows-11_24h2-mingw13", "windows-11_24H2-mingw13-developer-build", @@ -40,16 +39,6 @@ Configurations: Environment variables: [ 'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"' ] -- - Id: 'Linux-RHEL_9_4_Static' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - 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' - Environment variables: [ - 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', - 'NON_QTBASE_CMAKE_ARGS=-DINPUT_headersclean=ON' - ] - Id: 'Linux-RHEL_9_6_Static' Template: 'qtci-linux-RHEL-9.6-x86_64-51' diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml index ff431ac8..f2fe092c 100644 --- a/coin/platform_configs/tqtc-android-automotive.yaml +++ b/coin/platform_configs/tqtc-android-automotive.yaml @@ -2,7 +2,6 @@ Version: 2 Include: [ cmake_platforms.yaml: [ "documentation-warnings", - "rhel-9.4", "rhel-9.6", 'windows-11_24h2-mingw13', ], @@ -18,38 +17,6 @@ Include: [ offline_documentation.yaml ] Configurations: -- - Id: "automotive-android-14-x86_64-on-linux" - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'x86_64' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' - Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure'] - Environment variables: [ - 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64', - 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}}', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}', - 'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', - 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34' - ] -- - Id: "automotive-android-10-x86_64-on-linux" - Template: 'qtci-linux-RHEL-9.4-x86_64-50' - Target os: 'Android_ANY' - Target arch: 'x86_64' - Compiler: 'GCC' - Target compiler: 'Clang' - Platform dependency: 'rhel-9.4' - Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure'] - Environment variables: [ - 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64', - 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_LATEST}}', - 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}', - 'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include', - 'ANDROID_EMULATOR=automotive_emulator_x86_64_api_29' - ] - Id: "automotive-android-14-x86_64-on-linux-rhel_9_6" Template: 'qtci-linux-RHEL-9.6-x86_64-51' diff --git a/coin/platform_configs/tqtc-qtbridges.yaml b/coin/platform_configs/tqtc-qtbridges.yaml index 6b969373..1cdcf052 100644 --- a/coin/platform_configs/tqtc-qtbridges.yaml +++ b/coin/platform_configs/tqtc-qtbridges.yaml @@ -6,7 +6,7 @@ Include: [ "windows-quick-bridges" ], cmake_platforms.yaml: [ - "rhel-9.4" + "rhel-9.6" ] ] Configurations: @@ -40,9 +40,9 @@ Configurations: - Id: 'linux-quick-bridges-python' - Template: 'qtci-linux-RHEL-9.4-x86_64-50' + Template: 'qtci-linux-RHEL-9.6-x86_64-51' Compiler: 'GCC' - Platform dependency: 'rhel-9.4' + Platform dependency: 'rhel-9.6' Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython'] -