From 88173877d60d8006b5e31d6957f1c3b6383699c9 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 11 Dec 2025 00:09:29 +0000 Subject: [PATCH] Revert "platform_configs: add c++23 nightly builds - part 2" This reverts commit 9073f03937dbd01354913e613c7e121fa484694d. Reason for revert: installing libc++ on ubuntu breaks gstreamer Pick-to: 6.11 Task-number: QTQAINFRA-7340 Change-Id: I8229f80a7010244fccc462eb31d1feadbf389028 Reviewed-by: Liang Qi Reviewed-by: Tero Heikkinen --- coin/platform_configs/nightly_cxx23.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/coin/platform_configs/nightly_cxx23.yaml b/coin/platform_configs/nightly_cxx23.yaml index f85d3a52..09610a81 100644 --- a/coin/platform_configs/nightly_cxx23.yaml +++ b/coin/platform_configs/nightly_cxx23.yaml @@ -26,14 +26,3 @@ Configurations: 'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON' ] -# Test clang-20 on Ubuntu 24.04 ARM64 Wayland -- - Id: 'ubuntu-24.04-arm64-clang20-cxx23' - Template: 'qtci-linux-Ubuntu-24.04-aarch64-52' - Compiler: 'Clang' - Features: ['Sccache', 'UseConfigure', 'DoNotRunTests'] - Configure arguments: '-developer-build -nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-pcre -no-libudev -bundled-xcb-xinput -c++std c++23' - Environment variables: [ - 'COMMON_CMAKE_ARGS=-DCMAKE_C_COMPILER=clang-20 -DCMAKE_CXX_COMPILER=clang++-20', - 'CMAKE_ARGS=-DQT_FEATURE_stdlib_libcpp=ON' - ]