mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
platform_configs: try to use lld linker on u24.04 arm64
Task-number: QTBUG-128887 Change-Id: I952f51560d5f01cc6093cd416c6ee49b9de7c922 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
@@ -44,7 +44,7 @@ Configurations:
|
|||||||
Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
|
Template: 'qtci-linux-Ubuntu-24.04-aarch64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'Documentation', 'UseConfigure', 'DoNotRunTests']
|
Features: ['Sccache', 'Documentation', 'UseConfigure', 'DoNotRunTests']
|
||||||
Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace -qpa offscreen\;xcb'
|
Configure arguments: '-make examples -developer-build -c++std c++20 -linker lld -qtlibinfix TestInfix -qtnamespace TestNamespace -qpa offscreen\;xcb'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON',
|
'COMMON_TEST_CMAKE_ARGS=-DQT_SKIP_DOCKER_COMPOSE=ON',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
||||||
|
|||||||
@@ -229,6 +229,8 @@ installPackages+=(uml-utilities)
|
|||||||
installPackages+=(jq)
|
installPackages+=(jq)
|
||||||
# For building
|
# For building
|
||||||
installPackages+=(cmake)
|
installPackages+=(cmake)
|
||||||
|
# extra linkers
|
||||||
|
installPackages+=(lld)
|
||||||
|
|
||||||
echo "Running update for apt"
|
echo "Running update for apt"
|
||||||
waitLoop
|
waitLoop
|
||||||
|
|||||||
Reference in New Issue
Block a user