mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 06:56:53 +08:00
Compare commits
107 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
077347cc6d | ||
|
|
07c8fd0071 | ||
|
|
99d782b2f9 | ||
|
|
e6c13f9881 | ||
|
|
e837dcc18c | ||
|
|
1e75082933 | ||
|
|
e5006befd2 | ||
|
|
c48b48491c | ||
|
|
a7fd3442b4 | ||
|
|
4a9b4db7ff | ||
|
|
464303d9fe | ||
|
|
2cfbd125b2 | ||
|
|
dc3b464f0d | ||
|
|
e19a6280e8 | ||
|
|
dd4278ddc1 | ||
|
|
c25feffb9b | ||
|
|
7394584ab5 | ||
|
|
a64f150422 | ||
|
|
18a08f7eb6 | ||
|
|
14dcdd32d7 | ||
|
|
c1798a5ea8 | ||
|
|
b00e1853b4 | ||
|
|
582a05fab0 | ||
|
|
eb22c91aa5 | ||
|
|
84833b070d | ||
|
|
014d327331 | ||
|
|
ff0c5876af | ||
|
|
d37592b726 | ||
|
|
3d536d157d | ||
|
|
ca83c9896a | ||
|
|
68425f29bb | ||
|
|
feabc0fdcf | ||
|
|
91627c3294 | ||
|
|
cbc5c3405b | ||
|
|
4403eaf71c | ||
|
|
763fb46b70 | ||
|
|
8b54ca691c | ||
|
|
86b4f465d6 | ||
|
|
707546820e | ||
|
|
b04f1bb9fa | ||
|
|
2b1b4fdb37 | ||
|
|
e871bdae27 | ||
|
|
db339574e2 | ||
|
|
8f03c4d6cd | ||
|
|
804108b9e3 | ||
|
|
8a76f815cc | ||
|
|
c30b5db118 | ||
|
|
7eb22d00df | ||
|
|
55932dc895 | ||
|
|
959753d250 | ||
|
|
ab6e833690 | ||
|
|
93301056cc | ||
|
|
837922faee | ||
|
|
f91eb1e821 | ||
|
|
bef4eabb8c | ||
|
|
19a1082df7 | ||
|
|
8d22b36de0 | ||
|
|
ad7ab32f44 | ||
|
|
ef1949eb4d | ||
|
|
1733243a47 | ||
|
|
42cef5cdd8 | ||
|
|
24053c7dce | ||
|
|
e89a978ef6 | ||
|
|
4b0354d4f4 | ||
|
|
10faee473f | ||
|
|
8734d6ee50 | ||
|
|
37880472c7 | ||
|
|
13864a8f2c | ||
|
|
cbcc230702 | ||
|
|
6dc02c60f3 | ||
|
|
d3dcf8a993 | ||
|
|
ac00c9bfc4 | ||
|
|
2aa711175c | ||
|
|
8f40282cb7 | ||
|
|
8fb747f92e | ||
|
|
0a2446205f | ||
|
|
2f2c8bf347 | ||
|
|
298d280d64 | ||
|
|
00d2f82e35 | ||
|
|
2fe0aec0da | ||
|
|
62fed89867 | ||
|
|
b7ee424962 | ||
|
|
980cd3659a | ||
|
|
03f8208be9 | ||
|
|
09ea302a62 | ||
|
|
ac22ffaf57 | ||
|
|
30a92ce1f2 | ||
|
|
4aff1dbe9a | ||
|
|
67721e94a3 | ||
|
|
d3a73458b6 | ||
|
|
aa988a044e | ||
|
|
a4ed8c5c71 | ||
|
|
9fa7dcf07e | ||
|
|
64ee2cb321 | ||
|
|
532005d760 | ||
|
|
c80fdde69b | ||
|
|
e4cc5bd5c1 | ||
|
|
28335a188b | ||
|
|
ef73e7eaa6 | ||
|
|
9c6e9e26c4 | ||
|
|
2e280013ee | ||
|
|
0ced62772a | ||
|
|
6952228e8b | ||
|
|
194091ba5d | ||
|
|
fc4ab56529 | ||
|
|
24009d854a | ||
|
|
a5cdc5128d |
107
.gitmodules
vendored
107
.gitmodules
vendored
@@ -1,40 +1,40 @@
|
|||||||
[submodule "qtbase"]
|
[submodule "qtbase"]
|
||||||
path = qtbase
|
path = qtbase
|
||||||
url = ../qtbase.git
|
url = ../qtbase.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtsvg"]
|
[submodule "qtsvg"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtsvg
|
path = qtsvg
|
||||||
url = ../qtsvg.git
|
url = ../qtsvg.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtdeclarative"]
|
[submodule "qtdeclarative"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtimageformats qtshadertools qtsvg qtlanguageserver
|
recommends = qtimageformats qtshadertools qtsvg qtlanguageserver
|
||||||
path = qtdeclarative
|
path = qtdeclarative
|
||||||
url = ../qtdeclarative.git
|
url = ../qtdeclarative.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtactiveqt"]
|
[submodule "qtactiveqt"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtactiveqt
|
path = qtactiveqt
|
||||||
url = ../qtactiveqt.git
|
url = ../qtactiveqt.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtmultimedia"]
|
[submodule "qtmultimedia"]
|
||||||
depends = qtbase qtshadertools
|
depends = qtbase qtshadertools
|
||||||
recommends = qtdeclarative qtquick3d
|
recommends = qtdeclarative qtquick3d
|
||||||
path = qtmultimedia
|
path = qtmultimedia
|
||||||
url = ../qtmultimedia.git
|
url = ../qtmultimedia.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qttools"]
|
[submodule "qttools"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtactiveqt
|
recommends = qtdeclarative qtactiveqt
|
||||||
path = qttools
|
path = qttools
|
||||||
url = ../qttools.git
|
url = ../qttools.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
[submodule "qtxmlpatterns"]
|
[submodule "qtxmlpatterns"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
@@ -47,15 +47,15 @@
|
|||||||
depends = qttools
|
depends = qttools
|
||||||
path = qttranslations
|
path = qttranslations
|
||||||
url = ../qttranslations.git
|
url = ../qttranslations.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
priority = 30
|
priority = 30
|
||||||
[submodule "qtdoc"]
|
[submodule "qtdoc"]
|
||||||
depends = qtdeclarative qttools
|
depends = qtdeclarative qttools
|
||||||
recommends = qtmultimedia qtshadertools qttasktree qtwebengine
|
recommends = qtmultimedia qtshadertools qtwebengine
|
||||||
path = qtdoc
|
path = qtdoc
|
||||||
url = ../qtdoc.git
|
url = ../qtdoc.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
priority = 40
|
priority = 40
|
||||||
[submodule "qtrepotools"]
|
[submodule "qtrepotools"]
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtqa
|
path = qtqa
|
||||||
url = ../qtqa.git
|
url = ../qtqa.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = essential
|
status = essential
|
||||||
priority = 50
|
priority = 50
|
||||||
[submodule "qtlocation"]
|
[submodule "qtlocation"]
|
||||||
@@ -76,21 +76,21 @@
|
|||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtlocation
|
path = qtlocation
|
||||||
url = ../qtlocation.git
|
url = ../qtlocation.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = preview
|
status = preview
|
||||||
[submodule "qtpositioning"]
|
[submodule "qtpositioning"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtserialport
|
recommends = qtdeclarative qtserialport
|
||||||
path = qtpositioning
|
path = qtpositioning
|
||||||
url = ../qtpositioning.git
|
url = ../qtpositioning.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtsensors"]
|
[submodule "qtsensors"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtsensors
|
path = qtsensors
|
||||||
url = ../qtsensors.git
|
url = ../qtsensors.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtsystems"]
|
[submodule "qtsystems"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
@@ -117,61 +117,61 @@
|
|||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtconnectivity
|
path = qtconnectivity
|
||||||
url = ../qtconnectivity.git
|
url = ../qtconnectivity.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwayland"]
|
[submodule "qtwayland"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtwayland
|
path = qtwayland
|
||||||
url = ../qtwayland.git
|
url = ../qtwayland.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qt3d"]
|
[submodule "qt3d"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtshadertools qtmultimedia
|
recommends = qtdeclarative qtshadertools qtmultimedia
|
||||||
path = qt3d
|
path = qt3d
|
||||||
url = ../qt3d.git
|
url = ../qt3d.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qtimageformats"]
|
[submodule "qtimageformats"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtimageformats
|
path = qtimageformats
|
||||||
url = ../qtimageformats.git
|
url = ../qtimageformats.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtserialbus"]
|
[submodule "qtserialbus"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtserialport
|
recommends = qtserialport
|
||||||
path = qtserialbus
|
path = qtserialbus
|
||||||
url = ../qtserialbus.git
|
url = ../qtserialbus.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtserialport"]
|
[submodule "qtserialport"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtserialport
|
path = qtserialport
|
||||||
url = ../qtserialport.git
|
url = ../qtserialport.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebsockets"]
|
[submodule "qtwebsockets"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtwebsockets
|
path = qtwebsockets
|
||||||
url = ../qtwebsockets.git
|
url = ../qtwebsockets.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebchannel"]
|
[submodule "qtwebchannel"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtwebsockets
|
recommends = qtdeclarative qtwebsockets
|
||||||
path = qtwebchannel
|
path = qtwebchannel
|
||||||
url = ../qtwebchannel.git
|
url = ../qtwebchannel.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebengine"]
|
[submodule "qtwebengine"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
recommends = qtwebchannel qttools qtpositioning
|
recommends = qtwebchannel qttools qtpositioning
|
||||||
path = qtwebengine
|
path = qtwebengine
|
||||||
url = ../qtwebengine.git
|
url = ../qtwebengine.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
priority = 10
|
priority = 10
|
||||||
[submodule "qtcanvas3d"]
|
[submodule "qtcanvas3d"]
|
||||||
@@ -185,28 +185,28 @@
|
|||||||
recommends = qtwebengine
|
recommends = qtwebengine
|
||||||
path = qtwebview
|
path = qtwebview
|
||||||
url = ../qtwebview.git
|
url = ../qtwebview.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtcharts"]
|
[submodule "qtcharts"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtcharts
|
path = qtcharts
|
||||||
url = ../qtcharts.git
|
url = ../qtcharts.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qtdatavis3d"]
|
[submodule "qtdatavis3d"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative qtmultimedia
|
recommends = qtdeclarative qtmultimedia
|
||||||
path = qtdatavis3d
|
path = qtdatavis3d
|
||||||
url = ../qtdatavis3d.git
|
url = ../qtdatavis3d.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qtvirtualkeyboard"]
|
[submodule "qtvirtualkeyboard"]
|
||||||
depends = qtbase qtdeclarative qtsvg
|
depends = qtbase qtdeclarative qtsvg
|
||||||
recommends = qtmultimedia
|
recommends = qtmultimedia
|
||||||
path = qtvirtualkeyboard
|
path = qtvirtualkeyboard
|
||||||
url = ../qtvirtualkeyboard.git
|
url = ../qtvirtualkeyboard.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtgamepad"]
|
[submodule "qtgamepad"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
@@ -219,27 +219,27 @@
|
|||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtscxml
|
path = qtscxml
|
||||||
url = ../qtscxml.git
|
url = ../qtscxml.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtspeech"]
|
[submodule "qtspeech"]
|
||||||
depends = qtbase qtmultimedia
|
depends = qtbase qtmultimedia
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtspeech
|
path = qtspeech
|
||||||
url = ../qtspeech.git
|
url = ../qtspeech.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtnetworkauth"]
|
[submodule "qtnetworkauth"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtnetworkauth
|
path = qtnetworkauth
|
||||||
url = ../qtnetworkauth.git
|
url = ../qtnetworkauth.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtremoteobjects"]
|
[submodule "qtremoteobjects"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtremoteobjects
|
path = qtremoteobjects
|
||||||
url = ../qtremoteobjects.git
|
url = ../qtremoteobjects.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtwebglplugin"]
|
[submodule "qtwebglplugin"]
|
||||||
depends = qtbase qtwebsockets
|
depends = qtbase qtwebsockets
|
||||||
@@ -252,107 +252,88 @@
|
|||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtlottie
|
path = qtlottie
|
||||||
url = ../qtlottie.git
|
url = ../qtlottie.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquicktimeline"]
|
[submodule "qtquicktimeline"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtquicktimeline
|
path = qtquicktimeline
|
||||||
url = ../qtquicktimeline
|
url = ../qtquicktimeline
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquick3d"]
|
[submodule "qtquick3d"]
|
||||||
depends = qtbase qtdeclarative qtshadertools
|
depends = qtbase qtdeclarative qtshadertools
|
||||||
recommends = qtquicktimeline
|
recommends = qtquicktimeline
|
||||||
path = qtquick3d
|
path = qtquick3d
|
||||||
url = ../qtquick3d.git
|
url = ../qtquick3d.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtshadertools"]
|
[submodule "qtshadertools"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtshadertools
|
path = qtshadertools
|
||||||
url = ../qtshadertools.git
|
url = ../qtshadertools.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qt5compat"]
|
[submodule "qt5compat"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qt5compat
|
path = qt5compat
|
||||||
url = ../qt5compat.git
|
url = ../qt5compat.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = deprecated
|
status = deprecated
|
||||||
[submodule "qtcoap"]
|
[submodule "qtcoap"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtcoap
|
path = qtcoap
|
||||||
url = ../qtcoap.git
|
url = ../qtcoap.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtmqtt"]
|
[submodule "qtmqtt"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
recommends = qtwebsockets
|
recommends = qtwebsockets
|
||||||
path = qtmqtt
|
path = qtmqtt
|
||||||
url = ../qtmqtt.git
|
url = ../qtmqtt.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtopcua"]
|
[submodule "qtopcua"]
|
||||||
depends = qtbase qtdeclarative
|
depends = qtbase qtdeclarative
|
||||||
path = qtopcua
|
path = qtopcua
|
||||||
url = ../qtopcua.git
|
url = ../qtopcua.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtlanguageserver"]
|
[submodule "qtlanguageserver"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtlanguageserver
|
path = qtlanguageserver
|
||||||
url = ../qtlanguageserver.git
|
url = ../qtlanguageserver.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = preview
|
status = preview
|
||||||
[submodule "qthttpserver"]
|
[submodule "qthttpserver"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtwebsockets
|
recommends = qtwebsockets
|
||||||
path = qthttpserver
|
path = qthttpserver
|
||||||
url = ../qthttpserver.git
|
url = ../qthttpserver.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquick3dphysics"]
|
[submodule "qtquick3dphysics"]
|
||||||
depends = qtbase qtdeclarative qtquick3d qtshadertools
|
depends = qtbase qtdeclarative qtquick3d qtshadertools
|
||||||
path = qtquick3dphysics
|
path = qtquick3dphysics
|
||||||
url = ../qtquick3dphysics.git
|
url = ../qtquick3dphysics.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtgrpc"]
|
[submodule "qtgrpc"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
path = qtgrpc
|
path = qtgrpc
|
||||||
url = ../qtgrpc.git
|
url = ../qtgrpc.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtquickeffectmaker"]
|
[submodule "qtquickeffectmaker"]
|
||||||
depends = qtbase qtdeclarative qtshadertools
|
depends = qtbase qtdeclarative qtshadertools
|
||||||
recommends = qtquick3d
|
recommends = qtquick3d
|
||||||
path = qtquickeffectmaker
|
path = qtquickeffectmaker
|
||||||
url = ../qtquickeffectmaker.git
|
url = ../qtquickeffectmaker.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qtgraphs"]
|
[submodule "qtgraphs"]
|
||||||
depends = qtbase qtdeclarative qtquick3d
|
depends = qtbase qtdeclarative qtquick3d
|
||||||
path = qtgraphs
|
path = qtgraphs
|
||||||
url = ../qtgraphs.git
|
url = ../qtgraphs.git
|
||||||
branch = dev
|
branch = 6.10.0
|
||||||
status = addon
|
status = addon
|
||||||
[submodule "qttasktree"]
|
|
||||||
depends = qtbase
|
|
||||||
path = qttasktree
|
|
||||||
url = ../qttasktree.git
|
|
||||||
branch = dev
|
|
||||||
status = preview
|
|
||||||
[submodule "qtopenapi"]
|
|
||||||
depends = qtbase
|
|
||||||
recommends = qtdeclarative
|
|
||||||
path = qtopenapi
|
|
||||||
url = ../qtopenapi.git
|
|
||||||
branch = dev
|
|
||||||
status = preview
|
|
||||||
[submodule "qtcanvaspainter"]
|
|
||||||
depends = qtbase qtdeclarative qtshadertools
|
|
||||||
path = qtcanvaspainter
|
|
||||||
url = ../qtcanvaspainter.git
|
|
||||||
branch = dev
|
|
||||||
status = preview
|
|
||||||
|
|||||||
@@ -104,9 +104,6 @@ AlignEscapedNewlines: Left
|
|||||||
# initializer list in list-initialization.
|
# initializer list in list-initialization.
|
||||||
SpaceBeforeCpp11BracedList: false
|
SpaceBeforeCpp11BracedList: false
|
||||||
|
|
||||||
# Do not reflow any comment
|
|
||||||
ReflowComments: false
|
|
||||||
|
|
||||||
---
|
---
|
||||||
# Use the Google-based style for .proto files.
|
# Use the Google-based style for .proto files.
|
||||||
Language: Proto
|
Language: Proto
|
||||||
|
|||||||
@@ -421,19 +421,3 @@ function(qt_ir_get_option_as_cmake_flag_option cli_name cmake_option_name out_va
|
|||||||
endif()
|
endif()
|
||||||
set(${out_var} "${cmake_option}" PARENT_SCOPE)
|
set(${out_var} "${cmake_option}" PARENT_SCOPE)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Get the value of a command line option as existing absolute path.
|
|
||||||
# Yield error if the path does not exist.
|
|
||||||
# Convert to absolute path if necessary.
|
|
||||||
function(qt_ir_get_option_as_existing_absolute_path name value)
|
|
||||||
qt_ir_get_option_value("${name}" path)
|
|
||||||
if(NOT "${path}" STREQUAL "")
|
|
||||||
if(NOT EXISTS "${path}")
|
|
||||||
qt_ir_add_error("The path '${path}' passed with -${name} does not exist.")
|
|
||||||
endif()
|
|
||||||
if(NOT IS_ABSOLUTE "${path}")
|
|
||||||
get_filename_component(path "${path}" ABSOLUTE)
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
set("${value}" "${path}" PARENT_SCOPE)
|
|
||||||
endfunction()
|
|
||||||
|
|||||||
@@ -102,27 +102,18 @@ endfunction()
|
|||||||
# - ../qt/qttools-litehtml.git
|
# - ../qt/qttools-litehtml.git
|
||||||
function(qt_ir_add_git_remotes repo_relative_url working_directory)
|
function(qt_ir_add_git_remotes repo_relative_url working_directory)
|
||||||
set(gerrit_ssh_base "ssh://@USER@codereview.qt-project.org@PORT@/")
|
set(gerrit_ssh_base "ssh://@USER@codereview.qt-project.org@PORT@/")
|
||||||
set(gerrit_https_base "https://@USER@codereview.qt-project.org@AUTH@/")
|
set(gerrit_repo_url "${gerrit_ssh_base}")
|
||||||
|
|
||||||
qt_ir_get_option_value(codereview-username username)
|
qt_ir_get_option_value(codereview-username username)
|
||||||
qt_ir_get_option_value(codereview-https https)
|
|
||||||
|
|
||||||
if(https)
|
|
||||||
set(gerrit_repo_url "${gerrit_https_base}")
|
|
||||||
else()
|
|
||||||
set(gerrit_repo_url "${gerrit_ssh_base}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# If given a username, make a "verbose" remote.
|
# If given a username, make a "verbose" remote.
|
||||||
# Otherwise, rely on proper SSH configuration.
|
# Otherwise, rely on proper SSH configuration.
|
||||||
if(username)
|
if(username)
|
||||||
string(REPLACE "@USER@" "${username}@" gerrit_repo_url "${gerrit_repo_url}")
|
string(REPLACE "@USER@" "${username}@" gerrit_repo_url "${gerrit_repo_url}")
|
||||||
string(REPLACE "@PORT@" ":29418" gerrit_repo_url "${gerrit_repo_url}")
|
string(REPLACE "@PORT@" ":29418" gerrit_repo_url "${gerrit_repo_url}")
|
||||||
string(REPLACE "@AUTH@" "/a" gerrit_repo_url "${gerrit_repo_url}")
|
|
||||||
else()
|
else()
|
||||||
string(REPLACE "@USER@" "" gerrit_repo_url "${gerrit_repo_url}")
|
string(REPLACE "@USER@" "" gerrit_repo_url "${gerrit_repo_url}")
|
||||||
string(REPLACE "@PORT@" "" gerrit_repo_url "${gerrit_repo_url}")
|
string(REPLACE "@PORT@" "" gerrit_repo_url "${gerrit_repo_url}")
|
||||||
string(REPLACE "@AUTH@" "" gerrit_repo_url "${gerrit_repo_url}")
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(namespace "qt")
|
set(namespace "qt")
|
||||||
|
|||||||
@@ -98,9 +98,6 @@ Options:
|
|||||||
username and port number, and thus relies on a correct SSH
|
username and port number, and thus relies on a correct SSH
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
--codereview-https
|
|
||||||
Specify this option to use HTTPs instead of SSH.
|
|
||||||
|
|
||||||
--alternates <path to other Qt5 repo>
|
--alternates <path to other Qt5 repo>
|
||||||
Adds alternates for each submodule to another full qt5 checkout.
|
Adds alternates for each submodule to another full qt5 checkout.
|
||||||
This makes this qt5 checkout very small, as it will use the object
|
This makes this qt5 checkout very small, as it will use the object
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ function(qt_ir_run_after_args_parsed top_level_src_path out_var_exit_reason)
|
|||||||
"${working_directory}")
|
"${working_directory}")
|
||||||
|
|
||||||
# Get some additional options to pass down.
|
# Get some additional options to pass down.
|
||||||
qt_ir_get_option_as_existing_absolute_path(alternates alternates)
|
qt_ir_get_option_value(alternates alternates)
|
||||||
qt_ir_get_option_as_cmake_flag_option(branch "CHECKOUT_BRANCH" checkout_branch_option)
|
qt_ir_get_option_as_cmake_flag_option(branch "CHECKOUT_BRANCH" checkout_branch_option)
|
||||||
|
|
||||||
# The prefix for the cmake-style 'dictionary' that will be used by various functions.
|
# The prefix for the cmake-style 'dictionary' that will be used by various functions.
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ macro(qt_ir_set_known_command_line_options)
|
|||||||
qt_ir_commandline_option(berlin TYPE boolean)
|
qt_ir_commandline_option(berlin TYPE boolean)
|
||||||
qt_ir_commandline_option(branch TYPE boolean)
|
qt_ir_commandline_option(branch TYPE boolean)
|
||||||
qt_ir_commandline_option(codereview-username TYPE string)
|
qt_ir_commandline_option(codereview-username TYPE string)
|
||||||
qt_ir_commandline_option(codereview-https TYPE boolean)
|
|
||||||
qt_ir_commandline_option(copy-objects TYPE boolean)
|
qt_ir_commandline_option(copy-objects TYPE boolean)
|
||||||
qt_ir_commandline_option(fetch TYPE boolean DEFAULT_VALUE yes)
|
qt_ir_commandline_option(fetch TYPE boolean DEFAULT_VALUE yes)
|
||||||
qt_ir_commandline_option(force SHORT_NAME f TYPE boolean)
|
qt_ir_commandline_option(force SHORT_NAME f TYPE boolean)
|
||||||
|
|||||||
@@ -169,9 +169,6 @@ endfunction()
|
|||||||
# EXCLUDE_OPTIONAL_DEPS is a boolean that controls whether optional dependencies are excluded from
|
# EXCLUDE_OPTIONAL_DEPS is a boolean that controls whether optional dependencies are excluded from
|
||||||
# the final result.
|
# the final result.
|
||||||
#
|
#
|
||||||
# EXCLUDE_OPTIONAL_DEPS_VAR is an output variable where to save the list of optional dependencies
|
|
||||||
# that were excluded due to EXCLUDE_OPTIONAL_DEPS.
|
|
||||||
#
|
|
||||||
# GITMODULES_PREFIX_VAR is the prefix of all the variables containing dependencies for the
|
# GITMODULES_PREFIX_VAR is the prefix of all the variables containing dependencies for the
|
||||||
# PARSE_GITMODULES mode.
|
# PARSE_GITMODULES mode.
|
||||||
# The function expects the following variables to be set in the parent scope
|
# The function expects the following variables to be set in the parent scope
|
||||||
@@ -192,7 +189,7 @@ endfunction()
|
|||||||
function(qt_internal_resolve_module_dependencies module out_ordered out_revisions)
|
function(qt_internal_resolve_module_dependencies module out_ordered out_revisions)
|
||||||
set(options IN_RECURSION NORMALIZE_REPO_NAME_IF_NEEDED PARSE_GITMODULES
|
set(options IN_RECURSION NORMALIZE_REPO_NAME_IF_NEEDED PARSE_GITMODULES
|
||||||
EXCLUDE_OPTIONAL_DEPS)
|
EXCLUDE_OPTIONAL_DEPS)
|
||||||
set(oneValueArgs REVISION SKIPPED_VAR GITMODULES_PREFIX_VAR EXCLUDE_OPTIONAL_DEPS_VAR)
|
set(oneValueArgs REVISION SKIPPED_VAR GITMODULES_PREFIX_VAR)
|
||||||
set(multiValueArgs PARSED_DEPENDENCIES SKIP_MODULES)
|
set(multiValueArgs PARSED_DEPENDENCIES SKIP_MODULES)
|
||||||
cmake_parse_arguments(arg "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
cmake_parse_arguments(arg "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
||||||
|
|
||||||
@@ -234,12 +231,6 @@ function(qt_internal_resolve_module_dependencies module out_ordered out_revision
|
|||||||
list(GET dependency_split 2 required)
|
list(GET dependency_split 2 required)
|
||||||
if(required)
|
if(required)
|
||||||
list(APPEND filtered_dependencies "${dependency}")
|
list(APPEND filtered_dependencies "${dependency}")
|
||||||
elseif(arg_EXCLUDE_OPTIONAL_DEPS_VAR)
|
|
||||||
# Add any potentially skipped dependency to the list and
|
|
||||||
# filter out the required ones later
|
|
||||||
list(GET dependency_split 0 dependency_name)
|
|
||||||
list(APPEND ${arg_EXCLUDE_OPTIONAL_DEPS_VAR}
|
|
||||||
"${dependency_name}")
|
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
set(dependencies "${filtered_dependencies}")
|
set(dependencies "${filtered_dependencies}")
|
||||||
@@ -298,12 +289,6 @@ function(qt_internal_resolve_module_dependencies module out_ordered out_revision
|
|||||||
set(exclude_optional_deps "EXCLUDE_OPTIONAL_DEPS")
|
set(exclude_optional_deps "EXCLUDE_OPTIONAL_DEPS")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(exclude_optional_deps_var "")
|
|
||||||
if(arg_EXCLUDE_OPTIONAL_DEPS_VAR)
|
|
||||||
set(exclude_optional_deps_var
|
|
||||||
EXCLUDE_OPTIONAL_DEPS_VAR "${arg_EXCLUDE_OPTIONAL_DEPS_VAR}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(extra_options "")
|
set(extra_options "")
|
||||||
if(arg_SKIP_MODULES)
|
if(arg_SKIP_MODULES)
|
||||||
list(APPEND extra_options SKIP_MODULES ${arg_SKIP_MODULES})
|
list(APPEND extra_options SKIP_MODULES ${arg_SKIP_MODULES})
|
||||||
@@ -316,7 +301,6 @@ function(qt_internal_resolve_module_dependencies module out_ordered out_revision
|
|||||||
${normalize_arg}
|
${normalize_arg}
|
||||||
${parse_gitmodules}
|
${parse_gitmodules}
|
||||||
${exclude_optional_deps}
|
${exclude_optional_deps}
|
||||||
${exclude_optional_deps_var}
|
|
||||||
GITMODULES_PREFIX_VAR ${arg_GITMODULES_PREFIX_VAR}
|
GITMODULES_PREFIX_VAR ${arg_GITMODULES_PREFIX_VAR}
|
||||||
${extra_options}
|
${extra_options}
|
||||||
)
|
)
|
||||||
@@ -330,13 +314,6 @@ function(qt_internal_resolve_module_dependencies module out_ordered out_revision
|
|||||||
list(APPEND revisions ${arg_REVISION})
|
list(APPEND revisions ${arg_REVISION})
|
||||||
set(${out_ordered} "${ordered}" PARENT_SCOPE)
|
set(${out_ordered} "${ordered}" PARENT_SCOPE)
|
||||||
set(${out_revisions} "${revisions}" PARENT_SCOPE)
|
set(${out_revisions} "${revisions}" PARENT_SCOPE)
|
||||||
if(arg_EXCLUDE_OPTIONAL_DEPS_VAR)
|
|
||||||
# Filter out all dependencies that were marked as required and remove any duplicates
|
|
||||||
list(REMOVE_DUPLICATES ${arg_EXCLUDE_OPTIONAL_DEPS_VAR})
|
|
||||||
list(REMOVE_ITEM ${arg_EXCLUDE_OPTIONAL_DEPS_VAR} ${ordered})
|
|
||||||
set(${arg_EXCLUDE_OPTIONAL_DEPS_VAR}
|
|
||||||
"${${arg_EXCLUDE_OPTIONAL_DEPS_VAR}}" PARENT_SCOPE)
|
|
||||||
endif()
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Resolves the dependencies of the given modules.
|
# Resolves the dependencies of the given modules.
|
||||||
@@ -352,16 +329,12 @@ endfunction()
|
|||||||
# EXCLUDE_OPTIONAL_DEPS is a keyword argument that excludes optional dependencies from the result.
|
# EXCLUDE_OPTIONAL_DEPS is a keyword argument that excludes optional dependencies from the result.
|
||||||
# See qt_internal_resolve_module_dependencies for details.
|
# See qt_internal_resolve_module_dependencies for details.
|
||||||
#
|
#
|
||||||
# EXCLUDE_OPTIONAL_DEPS_VAR is an output variable where to save the list of optional dependencies
|
|
||||||
# that were excluded due to EXCLUDE_OPTIONAL_DEPS.
|
|
||||||
# See qt_internal_resolve_module_dependencies for details.
|
|
||||||
#
|
|
||||||
# SKIP_MODULES Modules that should be skipped from evaluation completely.
|
# SKIP_MODULES Modules that should be skipped from evaluation completely.
|
||||||
#
|
#
|
||||||
# See qt_internal_resolve_module_dependencies for side effects.
|
# See qt_internal_resolve_module_dependencies for side effects.
|
||||||
function(qt_internal_sort_module_dependencies modules out_all_ordered)
|
function(qt_internal_sort_module_dependencies modules out_all_ordered)
|
||||||
set(options PARSE_GITMODULES EXCLUDE_OPTIONAL_DEPS)
|
set(options PARSE_GITMODULES EXCLUDE_OPTIONAL_DEPS)
|
||||||
set(oneValueArgs GITMODULES_PREFIX_VAR EXCLUDE_OPTIONAL_DEPS_VAR)
|
set(oneValueArgs GITMODULES_PREFIX_VAR)
|
||||||
set(multiValueArgs SKIP_MODULES)
|
set(multiValueArgs SKIP_MODULES)
|
||||||
cmake_parse_arguments(arg "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
cmake_parse_arguments(arg "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
||||||
|
|
||||||
@@ -375,12 +348,6 @@ function(qt_internal_sort_module_dependencies modules out_all_ordered)
|
|||||||
set(exclude_optional_deps "EXCLUDE_OPTIONAL_DEPS")
|
set(exclude_optional_deps "EXCLUDE_OPTIONAL_DEPS")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(exclude_optional_deps_var "")
|
|
||||||
if(arg_EXCLUDE_OPTIONAL_DEPS_VAR)
|
|
||||||
set(exclude_optional_deps_var
|
|
||||||
EXCLUDE_OPTIONAL_DEPS_VAR "${arg_EXCLUDE_OPTIONAL_DEPS_VAR}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Create a fake repository "all_selected_repos" that has all repositories from the input as
|
# Create a fake repository "all_selected_repos" that has all repositories from the input as
|
||||||
# required dependency. The format must match what qt_internal_parse_dependencies_yaml produces.
|
# required dependency. The format must match what qt_internal_parse_dependencies_yaml produces.
|
||||||
set(all_selected_repos_as_parsed_dependencies)
|
set(all_selected_repos_as_parsed_dependencies)
|
||||||
@@ -397,7 +364,6 @@ function(qt_internal_sort_module_dependencies modules out_all_ordered)
|
|||||||
PARSED_DEPENDENCIES ${all_selected_repos_as_parsed_dependencies}
|
PARSED_DEPENDENCIES ${all_selected_repos_as_parsed_dependencies}
|
||||||
NORMALIZE_REPO_NAME_IF_NEEDED
|
NORMALIZE_REPO_NAME_IF_NEEDED
|
||||||
${exclude_optional_deps}
|
${exclude_optional_deps}
|
||||||
${exclude_optional_deps_var}
|
|
||||||
${parse_gitmodules}
|
${parse_gitmodules}
|
||||||
GITMODULES_PREFIX_VAR ${arg_GITMODULES_PREFIX_VAR}
|
GITMODULES_PREFIX_VAR ${arg_GITMODULES_PREFIX_VAR}
|
||||||
${extra_args}
|
${extra_args}
|
||||||
@@ -411,10 +377,6 @@ function(qt_internal_sort_module_dependencies modules out_all_ordered)
|
|||||||
"qt_internal_sort_module_dependencies
|
"qt_internal_sort_module_dependencies
|
||||||
input modules: ${modules}\n topo-sorted: ${ordered}")
|
input modules: ${modules}\n topo-sorted: ${ordered}")
|
||||||
set(${out_all_ordered} "${ordered}" PARENT_SCOPE)
|
set(${out_all_ordered} "${ordered}" PARENT_SCOPE)
|
||||||
if(arg_EXCLUDE_OPTIONAL_DEPS_VAR)
|
|
||||||
set(${arg_EXCLUDE_OPTIONAL_DEPS_VAR}
|
|
||||||
"${${arg_EXCLUDE_OPTIONAL_DEPS_VAR}}" PARENT_SCOPE)
|
|
||||||
endif()
|
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Checks whether any unparsed arguments have been passed to the function at the call site.
|
# Checks whether any unparsed arguments have been passed to the function at the call site.
|
||||||
@@ -1401,7 +1363,6 @@ function(qt_internal_foreach_repo_run)
|
|||||||
set(color "--red")
|
set(color "--red")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(failing_modules "")
|
|
||||||
foreach(module IN LISTS modules)
|
foreach(module IN LISTS modules)
|
||||||
message("Entering '${module}'")
|
message("Entering '${module}'")
|
||||||
execute_process(
|
execute_process(
|
||||||
@@ -1419,7 +1380,6 @@ function(qt_internal_foreach_repo_run)
|
|||||||
${CMAKE_COMMAND} -E cmake_echo_color "${color}"
|
${CMAKE_COMMAND} -E cmake_echo_color "${color}"
|
||||||
"Process execution failed here ^^^^^^^^^^^^^^^^^^^^"
|
"Process execution failed here ^^^^^^^^^^^^^^^^^^^^"
|
||||||
)
|
)
|
||||||
list(APPEND failing_modules "${module}")
|
|
||||||
else()
|
else()
|
||||||
math(EXPR count_success "${count_success}+1")
|
math(EXPR count_success "${count_success}+1")
|
||||||
endif()
|
endif()
|
||||||
@@ -1441,15 +1401,6 @@ function(qt_internal_foreach_repo_run)
|
|||||||
${CMAKE_COMMAND} -E env CLICOLOR_FORCE=1
|
${CMAKE_COMMAND} -E env CLICOLOR_FORCE=1
|
||||||
${CMAKE_COMMAND} -E cmake_echo_color "${color}" "${count_failure}"
|
${CMAKE_COMMAND} -E cmake_echo_color "${color}" "${count_failure}"
|
||||||
)
|
)
|
||||||
if(failing_modules)
|
|
||||||
list(JOIN failing_modules ", " failing_modules)
|
|
||||||
execute_process(
|
|
||||||
COMMAND
|
|
||||||
${CMAKE_COMMAND} -E cmake_echo_color --normal
|
|
||||||
"Failing submodules: ${failing_modules}"
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message("Successes: ${count_success}")
|
message("Successes: ${count_success}")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,5 @@ Configurations:
|
|||||||
Configure arguments: '-nomake examples -developer-build'
|
Configure arguments: '-nomake examples -developer-build'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: []
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'qttas-on-linux'
|
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['UseConfigure', 'Packaging', 'DisableTests']
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms_qemu.yaml,
|
cmake_platforms_qemu.yaml,
|
||||||
cmake_platforms_qemu_qnx.yaml,
|
cmake_platforms_qemu_qnx710.yaml,
|
||||||
cmake_platforms_target_android.yaml,
|
cmake_platforms_target_android.yaml,
|
||||||
cmake_platforms_wasm.yaml,
|
cmake_platforms_wasm.yaml,
|
||||||
macos.yaml
|
macos.yaml
|
||||||
@@ -23,9 +23,7 @@ Configurations:
|
|||||||
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
Configure arguments: '-nomake examples -release -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON -DQT_DEPLOY_FFMPEG=TRUE'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
# Test on Ubuntu 22.04 X11
|
# Test on Ubuntu 22.04 X11
|
||||||
-
|
-
|
||||||
@@ -49,9 +47,7 @@ Configurations:
|
|||||||
Configure arguments: '-make examples -developer-build -c++std c++20 -linker lld -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}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'
|
||||||
'VCPKG_HOST_TRIPLET=arm64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'ubuntu-24.04-arm64'
|
Id: 'ubuntu-24.04-arm64'
|
||||||
@@ -62,9 +58,7 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||||
'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}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON'
|
||||||
'VCPKG_HOST_TRIPLET=arm64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-linux-qt',
|
|
||||||
]
|
]
|
||||||
# Test on Ubuntu 24.04 ARM64 Wayland
|
# Test on Ubuntu 24.04 ARM64 Wayland
|
||||||
-
|
-
|
||||||
@@ -100,9 +94,7 @@ Configurations:
|
|||||||
Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace'
|
Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -qtlibinfix TestInfix -qtnamespace TestNamespace'
|
||||||
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}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'ubuntu-24.04-x64'
|
Id: 'ubuntu-24.04-x64'
|
||||||
@@ -113,9 +105,7 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||||
'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}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON',
|
'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',
|
|
||||||
]
|
]
|
||||||
# Test on Ubuntu 24.04 x64 X11
|
# Test on Ubuntu 24.04 x64 X11
|
||||||
-
|
-
|
||||||
@@ -139,22 +129,7 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
|
'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'opensuse-16.0-developer-build'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure']
|
|
||||||
Configure arguments: '-nomake examples -developer-build'
|
|
||||||
Environment variables: [
|
|
||||||
'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
|
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'sles-15_sp6-static'
|
Id: 'sles-15_sp6-static'
|
||||||
@@ -164,9 +139,7 @@ Configurations:
|
|||||||
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'windows-10_22h2-msvc2022'
|
Id: 'windows-10_22h2-msvc2022'
|
||||||
@@ -178,8 +151,6 @@ Configurations:
|
|||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
||||||
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
||||||
]
|
]
|
||||||
@@ -193,8 +164,18 @@ Configurations:
|
|||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
||||||
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'windows-11_22h2-arm64-msvc2022'
|
||||||
|
Template: 'qtci-windows-11_22H2-aarch64-55'
|
||||||
|
Compiler: 'MSVC2022'
|
||||||
|
Features: ['Packaging', 'DebugAndRelease', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib -no-opengl -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
||||||
|
Environment variables: [
|
||||||
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
||||||
|
'NON_QTBASE_CMAKE_ARGS= -DFEATURE_clangcpp=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
||||||
]
|
]
|
||||||
@@ -202,13 +183,11 @@ Configurations:
|
|||||||
Id: 'windows-11_23h2-arm64-msvc2022'
|
Id: 'windows-11_23h2-arm64-msvc2022'
|
||||||
Template: 'qtci-windows-11_23H2-aarch64-53'
|
Template: 'qtci-windows-11_23H2-aarch64-53'
|
||||||
Compiler: 'MSVC2022'
|
Compiler: 'MSVC2022'
|
||||||
Features: ['Sccache', 'Packaging', 'DebugAndRelease', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
Features: ['Packaging', 'DebugAndRelease', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure']
|
||||||
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
||||||
'NON_QTBASE_CMAKE_ARGS= -DFEATURE_clangcpp=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS= -DFEATURE_clangcpp=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
'VCPKG_HOST_TRIPLET=arm64-windows-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-windows-qt',
|
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
||||||
]
|
]
|
||||||
@@ -217,17 +196,35 @@ Configurations:
|
|||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
||||||
Compiler: 'MSVC2022'
|
Compiler: 'MSVC2022'
|
||||||
Target arch: 'arm64'
|
Target arch: 'arm64'
|
||||||
Features: ['Sccache', 'Packaging', 'DoNotRunTests', 'TargetBuildOnly', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
Features: ['Sccache', 'DoNotRunTests', 'TargetBuildOnly', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
Platform dependency: 'windows-11_24h2-mingw13'
|
Platform dependency: 'windows-10_22h2-mingw13'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||||
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer',
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer -no-feature-run-opengl-tests',
|
||||||
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}} -DQT_FORCE_BUILD_TOOLS=ON',
|
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}} -DQT_FORCE_BUILD_TOOLS=ON',
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}',
|
'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}',
|
||||||
'OPENSSL_INCLUDE_x64={{.Env.OPENSSL_INCLUDE_x64_arm64}}',
|
'OPENSSL_INCLUDE_x64={{.Env.OPENSSL_INCLUDE_x64_arm64}}',
|
||||||
'OPENSSL_LIB_x64={{.Env.OPENSSL_LIB_x64_arm64}}',
|
'OPENSSL_LIB_x64={{.Env.OPENSSL_LIB_x64_arm64}}',
|
||||||
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc_arm64}}',
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc_arm64}}',
|
||||||
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
|
'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}',
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'windows-11_24H2-msvc2022-arm64-23H2'
|
||||||
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
||||||
|
Compiler: 'MSVC2022'
|
||||||
|
Target arch: 'arm64'
|
||||||
|
Features: ['Sccache', 'Packaging', 'DoNotRunTests', 'TargetBuildOnly', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
Platform dependency: 'windows-10_22h2-mingw13'
|
||||||
|
Environment variables: [
|
||||||
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||||
|
'TARGET_CONFIGURE_ARGS=-debug-and-release -force-debug-info -platform win32-arm64-msvc -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer',
|
||||||
|
'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ROOT_DIR_x64_arm64}}',
|
||||||
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
|
'OPENSSL_CONF_x64={{.Env.OPENSSL_CONF_x64_arm64}}',
|
||||||
|
'OPENSSL_INCLUDE_x64={{.Env.OPENSSL_INCLUDE_x64_arm64}}',
|
||||||
|
'OPENSSL_LIB_x64={{.Env.OPENSSL_LIB_x64_arm64}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-windows-qt',
|
'VCPKG_TARGET_TRIPLET=arm64-windows-qt',
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
@@ -235,11 +232,18 @@ Configurations:
|
|||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'windows-11-x86_64-arm64-tests'
|
Id: 'windows-11-x86_64-arm64-tests'
|
||||||
Template: 'qtci-windows-11_23H2-aarch64-53'
|
Template: 'qtci-windows-11_22H2-aarch64-55'
|
||||||
Compiler: 'MSVC2022'
|
Compiler: 'MSVC2022'
|
||||||
Features: ['TestOnly']
|
Features: ['TestOnly']
|
||||||
Configure arguments: '-cross-compiled'
|
Configure arguments: '-no-opengl -cross-compiled'
|
||||||
Platform dependency: 'windows-11_24H2-msvc2022-arm64'
|
Platform dependency: 'windows-11_24H2-msvc2022-arm64'
|
||||||
|
-
|
||||||
|
Id: 'windows-11-x86_64-arm64-tests-23H2'
|
||||||
|
Template: 'qtci-windows-11_23H2-aarch64-53'
|
||||||
|
Compiler: 'MSVC2022'
|
||||||
|
Features: ['TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure']
|
||||||
|
Configure arguments: '-cross-compiled'
|
||||||
|
Platform dependency: 'windows-11_24H2-msvc2022-arm64-23H2'
|
||||||
-
|
-
|
||||||
Id: 'windows-11_24H2-msvc2022-developer-build'
|
Id: 'windows-11_24H2-msvc2022-developer-build'
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
||||||
@@ -250,21 +254,27 @@ Configurations:
|
|||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
|
||||||
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'rhel-9.6'
|
Id: 'rhel-8.10'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'GenerateSBOM', 'VerifySBOM']
|
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'
|
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 -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
||||||
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON'
|
||||||
|
]
|
||||||
|
-
|
||||||
|
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: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON',
|
'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: 'ios-universal'
|
Id: 'ios-universal'
|
||||||
@@ -292,8 +302,8 @@ Configurations:
|
|||||||
'TARGET_CONFIGURE_ARGS=-developer-build -no-warnings-are-errors -nomake examples -nomake tests -platform macx-visionos-clang',
|
'TARGET_CONFIGURE_ARGS=-developer-build -no-warnings-are-errors -nomake examples -nomake tests -platform macx-visionos-clang',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'windows-11_24h2-mingw13'
|
Id: 'windows-10_22h2-mingw13'
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-10_22H2-x86_64-53'
|
||||||
Compiler: 'Mingw'
|
Compiler: 'Mingw'
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples'
|
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples'
|
||||||
@@ -336,7 +346,7 @@ Configurations:
|
|||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'DEBIAN_RULES_REF=6.11_dev',
|
'DEBIAN_RULES_REF=6.10_dev',
|
||||||
'COIN_TARGET_DIST=tqtc-jammy',
|
'COIN_TARGET_DIST=tqtc-jammy',
|
||||||
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
||||||
'COIN_SBUILD_CHROOT=jammy-arm64-sbuild',
|
'COIN_SBUILD_CHROOT=jammy-arm64-sbuild',
|
||||||
@@ -349,7 +359,7 @@ Configurations:
|
|||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'DEBIAN_RULES_REF=6.11_dev',
|
'DEBIAN_RULES_REF=6.10_dev',
|
||||||
'COIN_TARGET_DIST=tqtc-jammy',
|
'COIN_TARGET_DIST=tqtc-jammy',
|
||||||
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
||||||
'COIN_SBUILD_CHROOT=jammy-amd64-sbuild',
|
'COIN_SBUILD_CHROOT=jammy-amd64-sbuild',
|
||||||
@@ -362,7 +372,7 @@ Configurations:
|
|||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
Features: ['Packaging','DebianPackaging','DisableTests', 'Insignificant']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'DEBIAN_RULES_REF=6.11_gles',
|
'DEBIAN_RULES_REF=6.10_gles',
|
||||||
'COIN_TARGET_DIST=tqtc-bookworm',
|
'COIN_TARGET_DIST=tqtc-bookworm',
|
||||||
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
'COIN_EXTRA_DEBIAN_PACKAGES={{.Env.HOME}}/debian_packages/',
|
||||||
'COIN_SBUILD_CHROOT=bookworm-arm64-sbuild',
|
'COIN_SBUILD_CHROOT=bookworm-arm64-sbuild',
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ Configurations:
|
|||||||
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARMV7_TOOLCHAIN_SYSROOT}}',
|
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARMV7_TOOLCHAIN_SYSROOT}}',
|
||||||
'GST_PLUGIN_SCANNER={{.Env.QEMUARMV7_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
'GST_PLUGIN_SCANNER={{.Env.QEMUARMV7_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
||||||
'QT_QUICK_BACKEND=software',
|
'QT_QUICK_BACKEND=software',
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=armv7-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'qemu-arm64-developer-build'
|
Id: 'qemu-arm64-developer-build'
|
||||||
@@ -35,8 +33,6 @@ Configurations:
|
|||||||
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}',
|
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}',
|
||||||
'GST_PLUGIN_SCANNER={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
'GST_PLUGIN_SCANNER={{.Env.QEMUARM64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
||||||
'QT_QUICK_BACKEND=software',
|
'QT_QUICK_BACKEND=software',
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'qemu-mips64-developer-build'
|
Id: 'qemu-mips64-developer-build'
|
||||||
@@ -54,6 +50,4 @@ Configurations:
|
|||||||
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUMIPS64_TOOLCHAIN_SYSROOT}}',
|
'QT_SYSROOT_FOR_RUNNING_TESTS={{.Env.QEMUMIPS64_TOOLCHAIN_SYSROOT}}',
|
||||||
'GST_PLUGIN_SCANNER={{.Env.QEMUMIPS64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
'GST_PLUGIN_SCANNER={{.Env.QEMUMIPS64_TOOLCHAIN_SYSROOT}}/usr/libexec/gstreamer-1.0/gst-plugin-scanner',
|
||||||
'QT_QUICK_BACKEND=software',
|
'QT_QUICK_BACKEND=software',
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=mips64-linux-qt',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,88 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'qnx-710-x86_64-developer-build-on-linux'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Target os: 'QNX_710'
|
|
||||||
Target arch: 'x86_64'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Target compiler: 'QCC'
|
|
||||||
Platform dependency: 'ubuntu-22.04'
|
|
||||||
Features: ['Packaging', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-dbus -nomake examples',
|
|
||||||
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'QT_CMAKE_DIR=/opt/cmake-3.30.5/bin',
|
|
||||||
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=710 -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'QNX_QEMU={{.Env.QNX_710_QEMU}}',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-qnx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'qnx-710-arm64-on-linux'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Target os: 'QNX_710'
|
|
||||||
Target arch: 'arm64'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Target compiler: 'QCC'
|
|
||||||
Platform dependency: 'ubuntu-22.04'
|
|
||||||
Features: ['Packaging', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
||||||
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=710 -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-qnx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'qnx-710-armv7-on-linux'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Target os: 'QNX_710'
|
|
||||||
Target arch: 'armv7'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Target compiler: 'QCC'
|
|
||||||
Platform dependency: 'ubuntu-22.04'
|
|
||||||
Features: ['Packaging', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
||||||
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-armv7le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=710 -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=armv7-qnx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'qnx-800-x86_64-developer-build-on-linux'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Target os: 'QNX_800'
|
|
||||||
Target arch: 'x86_64'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Target compiler: 'QCC'
|
|
||||||
Platform dependency: 'ubuntu-22.04'
|
|
||||||
Features: ['Packaging', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'InsignificantTests']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-dbus -nomake examples',
|
|
||||||
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_800}}/qnx-toolchain-x8664.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'QT_CMAKE_DIR=/opt/cmake-3.30.5/bin',
|
|
||||||
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=802 -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'QNX_QEMU={{.Env.QNX_800_QEMU}}',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-qnx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'qnx-800-arm64-on-linux'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Target os: 'QNX_800'
|
|
||||||
Target arch: 'arm64'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Target compiler: 'QCC'
|
|
||||||
Platform dependency: 'ubuntu-22.04'
|
|
||||||
Features: ['Packaging', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
|
||||||
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_800}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_SYSTEM_VERSION=802 -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-qnx-qt',
|
|
||||||
]
|
|
||||||
47
coin/platform_configs/cmake_platforms_qemu_qnx710.yaml
Normal file
47
coin/platform_configs/cmake_platforms_qemu_qnx710.yaml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
Version: 2
|
||||||
|
Configurations:
|
||||||
|
-
|
||||||
|
Id: 'qnx-710-x86_64-developer-build-on-linux'
|
||||||
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
|
Target os: 'QNX_710'
|
||||||
|
Target arch: 'x86_64'
|
||||||
|
Compiler: 'GCC'
|
||||||
|
Target compiler: 'QCC'
|
||||||
|
Platform dependency: 'ubuntu-22.04'
|
||||||
|
Features: ['Packaging', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
Environment variables: [
|
||||||
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -developer-build -no-dbus -nomake examples',
|
||||||
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
||||||
|
'QT_CMAKE_DIR=/opt/cmake-3.30.5/bin',
|
||||||
|
'QNX_TEST_ENV=LD_LIBRARY_PATH={{.Env.QNX_QEMU_LD_LIBRARY_PATH}} QSG_RHI_BACKEND=software QT_QPA_PLATFORM=offscreen QTEST_ENVIRONMENT=ci',
|
||||||
|
'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
||||||
|
'QNX_QEMU={{.Env.QNX_710_QEMU}}',
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'qnx-710-arm64-on-linux'
|
||||||
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
|
Target os: 'QNX_710'
|
||||||
|
Target arch: 'arm64'
|
||||||
|
Compiler: 'GCC'
|
||||||
|
Target compiler: 'QCC'
|
||||||
|
Platform dependency: 'ubuntu-22.04'
|
||||||
|
Features: ['Packaging', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
Environment variables: [
|
||||||
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
||||||
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-aarch64le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
||||||
|
'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'qnx-710-armv7-on-linux'
|
||||||
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
|
Target os: 'QNX_710'
|
||||||
|
Target arch: 'armv7'
|
||||||
|
Compiler: 'GCC'
|
||||||
|
Target compiler: 'QCC'
|
||||||
|
Platform dependency: 'ubuntu-22.04'
|
||||||
|
Features: ['Packaging', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
Environment variables: [
|
||||||
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples',
|
||||||
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-armv7le.cmake -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
||||||
|
'NON_QTBASE_TARGET_CMAKE_ARGS= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
||||||
|
]
|
||||||
@@ -12,9 +12,7 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'WIND_CC_SYSROOT=/opt/fsl_imx6_2_0_6_2_VSB',
|
'WIND_CC_SYSROOT=/opt/fsl_imx6_2_0_6_2_VSB',
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
||||||
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target',
|
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=armv7-vxworks-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'vxworks-imx8-buildtest'
|
Id: 'vxworks-imx8-buildtest'
|
||||||
@@ -42,7 +40,5 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'WIND_CC_SYSROOT=/opt/itl_generic_skylake_VSB',
|
'WIND_CC_SYSROOT=/opt/itl_generic_skylake_VSB',
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
||||||
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target',
|
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DFEATURE_harfbuzz=no -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-vxworks-qt',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -13,9 +13,7 @@ Configurations:
|
|||||||
'WIND_CC_SYSROOT=/opt/fsl_imx6_2_0_6_2_VSB',
|
'WIND_CC_SYSROOT=/opt/fsl_imx6_2_0_6_2_VSB',
|
||||||
'VXWORKS_TEST_LIBS_PATH=/opt/fsl_imx6_2_0_6_2_VSB/usr/lib/common;/opt/fsl_imx6_2_0_6_2_VSB/usr/root/llvm/bin;/opt/fsl_imx6_2_0_6_2_VSB/usr/3pp/develop/usr/lib;/home/qt/work/install/target/lib',
|
'VXWORKS_TEST_LIBS_PATH=/opt/fsl_imx6_2_0_6_2_VSB/usr/lib/common;/opt/fsl_imx6_2_0_6_2_VSB/usr/root/llvm/bin;/opt/fsl_imx6_2_0_6_2_VSB/usr/3pp/develop/usr/lib;/home/qt/work/install/target/lib',
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
||||||
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target',
|
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=armv7-vxworks-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'vxworks-x86_64-tests'
|
Id: 'vxworks-x86_64-tests'
|
||||||
@@ -30,7 +28,5 @@ Configurations:
|
|||||||
'WIND_CC_SYSROOT=/opt/itl_generic_skylake_VSB',
|
'WIND_CC_SYSROOT=/opt/itl_generic_skylake_VSB',
|
||||||
'VXWORKS_TEST_LIBS_PATH=/opt/itl_generic_skylake_VSB/usr/lib/common;/opt/itl_generic_skylake_VSB/usr/root/llvm/bin;/opt/itl_generic_skylake_VSB/usr/3pp/develop/usr/lib;/home/qt/work/install/target/lib',
|
'VXWORKS_TEST_LIBS_PATH=/opt/itl_generic_skylake_VSB/usr/lib/common;/opt/itl_generic_skylake_VSB/usr/root/llvm/bin;/opt/itl_generic_skylake_VSB/usr/3pp/develop/usr/lib;/home/qt/work/install/target/lib',
|
||||||
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -qpa offscreen -nomake examples',
|
||||||
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target',
|
'TARGET_CMAKE_ARGS=-DBUILD_SHARED_LIBS=OFF -DWARNINGS_ARE_ERRORS=OFF -DCMAKE_TOOLCHAIN_FILE="{{.Env.WIND_CC_SYSROOT}}/mk/rtp.toolchain.cmake" -DFEATURE_vulkan=OFF -DFEATURE_harfbuzz=no -DQT_QMAKE_TARGET_MKSPEC=vxworks-clang -DQT_HOST_PATH=/home/qt/work/install -DCMAKE_AUTOGEN_VERBOSE=ON -DCMAKE_STAGING_PREFIX:PATH=/home/qt/work/install/target'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-vxworks-qt',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -11,15 +11,24 @@ Configurations:
|
|||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DPostgreSQL_ROOT={{.Env.POSTGRESQL_LIB_x64}}\..',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_native_grpc=OFF -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_native_grpc=OFF -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON',
|
||||||
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
]
|
||||||
|
-
|
||||||
|
Id: 'windows-11_22h2-arm64-msvc2022-minimal-static-test'
|
||||||
|
Template: 'qtci-windows-11_22H2-aarch64-55'
|
||||||
|
Compiler: 'MSVC2022'
|
||||||
|
Features: ['UseConfigure', 'InsignificantTests', 'Packaging', 'MinimalStaticTests']
|
||||||
|
Configure arguments: '-static -release -headersclean -nomake examples -qt-libjpeg -no-icu -qt-doubleconversion -qt-zlib -c++std c++17 -no-sql-psql'
|
||||||
|
Environment variables: [
|
||||||
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
||||||
|
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release -DFEATURE_native_grpc=OFF -DFEATURE_clangcpp=OFF -DFEATURE_qdoc=OFF',
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'windows-11_23h2-arm64-msvc2022-minimal-static-test'
|
Id: 'windows-11_23h2-arm64-msvc2022-minimal-static-test'
|
||||||
Template: 'qtci-windows-11_23H2-aarch64-53'
|
Template: 'qtci-windows-11_23H2-aarch64-53'
|
||||||
Compiler: 'MSVC2022'
|
Compiler: 'MSVC2022'
|
||||||
Features: ['Sccache', 'UseConfigure', 'InsignificantTests', 'Packaging', 'MinimalStaticTests']
|
Features: ['UseConfigure', 'InsignificantTests', 'Packaging', 'MinimalStaticTests']
|
||||||
Configure arguments: '-static -release -headersclean -nomake examples -qt-libjpeg -no-icu -qt-doubleconversion -qt-zlib -c++std c++17 -no-sql-psql'
|
Configure arguments: '-static -release -headersclean -nomake examples -qt-libjpeg -no-icu -qt-doubleconversion -qt-zlib -c++std c++17 -no-sql-psql'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
||||||
@@ -29,28 +38,24 @@ Configurations:
|
|||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'rhel-9.6-minimal-static-test'
|
Id: 'rhel-8.10-minimal-static-test'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'MinimalStaticTests']
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'MinimalStaticTests']
|
||||||
Configure arguments: '-static -nomake examples -release -qt-libjpeg -no-icu -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
Configure arguments: '-static -nomake examples -release -qt-libjpeg -no-icu -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DFEATURE_native_grpc=OFF',
|
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DFEATURE_native_grpc=OFF'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'ubuntu-24.04-arm64'
|
Id: 'ubuntu-24.04-arm64'
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-aarch64-52'
|
Template: 'qtci-linux-Ubuntu-24.04-aarch64-52'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'Packaging', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
Features: ['Packaging', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
||||||
Configure arguments: '-static -nomake examples -release -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -no-libudev -bundled-xcb-xinput -no-icu -qt-doubleconversion'
|
Configure arguments: '-static -nomake examples -release -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -no-libudev -bundled-xcb-xinput -no-icu -qt-doubleconversion'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release',
|
'NON_QTBASE_CMAKE_ARGS=-DCMAKE_BUILD_TYPE=Release'
|
||||||
'VCPKG_HOST_TRIPLET=arm64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-linux-qt',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -7,9 +7,7 @@ Configurations:
|
|||||||
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
||||||
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'windows-11_24H2-minimal-static'
|
Id: 'windows-11_24H2-minimal-static'
|
||||||
@@ -20,8 +18,6 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
||||||
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -17,12 +17,12 @@ Configurations:
|
|||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'android-armv7-on-windows'
|
Id: 'android-armv7-on-windows'
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-10_22H2-x86_64-53'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'armv7'
|
Target arch: 'armv7'
|
||||||
Compiler: 'Mingw'
|
Compiler: 'Mingw'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'windows-11_24h2-mingw13'
|
Platform dependency: 'windows-10_22h2-mingw13'
|
||||||
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||||
@@ -33,39 +33,49 @@ Configurations:
|
|||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'android-9-x86-on-linux'
|
Id: 'android-9-x86-on-linux'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'rhel-9.6'
|
Platform dependency: 'rhel-8.10'
|
||||||
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'JavaDocs']
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
Environment variables: [
|
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_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',
|
'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',
|
'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_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}',
|
||||||
'ANDROID_EMULATOR=emulator_x86_api_28'
|
'ANDROID_EMULATOR=emulator_x86_api_28'
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'android-16-x86_64-on-linux'
|
Id: 'android-15-x86_64-on-linux'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'x86_64'
|
Target arch: 'x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'rhel-9.6'
|
Platform dependency: 'rhel-8.10'
|
||||||
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'JavaDocs']
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
|
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_35'
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'android-16-x86_64-on-linux'
|
||||||
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
|
Target os: 'Android_ANY'
|
||||||
|
Target arch: 'x86_64'
|
||||||
|
Compiler: 'GCC'
|
||||||
|
Target compiler: 'Clang'
|
||||||
|
Platform dependency: 'rhel-8.10'
|
||||||
|
Features: ['Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM', 'InsignificantTests']
|
||||||
Environment variables: [
|
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_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',
|
'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',
|
'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',
|
||||||
# We check QT_USE_TARGET_ANDROID_BUILD_DIR and QT_USE_ANDROID_MODERN_BUNDLE only in one
|
|
||||||
# configuration, to ensure builds without this option work too.
|
|
||||||
'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_USE_TARGET_ANDROID_BUILD_DIR=ON -DQT_USE_ANDROID_MODERN_BUNDLE=ON',
|
|
||||||
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}',
|
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}',
|
||||||
'ANDROID_EMULATOR=emulator_x86_64_api_36'
|
'ANDROID_EMULATOR=emulator_x86_64_api_36'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -13,26 +13,13 @@ Configurations:
|
|||||||
-feature-exceptions -DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\"",
|
-feature-exceptions -DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\"",
|
||||||
'HEADLESS_CHROME_FOR_TESTING=true'
|
'HEADLESS_CHROME_FOR_TESTING=true'
|
||||||
]
|
]
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-thread-asyncify-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'opensuse-16.0-developer-build'
|
|
||||||
Features: ['DoNotRunTests', 'UseConfigure']
|
|
||||||
Environment variables: [
|
|
||||||
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
||||||
"TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread \
|
|
||||||
-feature-exceptions -DQT_QMAKE_DEVICE_OPTIONS=\"QT_EMSCRIPTEN_ASYNCIFY=1\"",
|
|
||||||
'HEADLESS_CHROME_FOR_TESTING=true'
|
|
||||||
]
|
|
||||||
-
|
-
|
||||||
Id: 'webassembly-windows'
|
Id: 'webassembly-windows'
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-10_22H2-x86_64-53'
|
||||||
Target os: 'WebAssembly'
|
Target os: 'WebAssembly'
|
||||||
Compiler: 'Mingw'
|
Compiler: 'Mingw'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'windows-11_24h2-mingw13'
|
Platform dependency: 'windows-10_22h2-mingw13'
|
||||||
Features: ['Packaging','DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
Features: ['Packaging','DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'Path={{.Env.EMSDK_PATH}};{{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
'Path={{.Env.EMSDK_PATH}};{{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||||
@@ -54,19 +41,6 @@ Configurations:
|
|||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
||||||
]
|
]
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-thread-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'opensuse-16.0-developer-build'
|
|
||||||
Features: ['DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -nomake examples -feature-thread',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
||||||
]
|
|
||||||
-
|
-
|
||||||
Id: 'webassembly-linux-shared'
|
Id: 'webassembly-linux-shared'
|
||||||
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
||||||
@@ -80,16 +54,3 @@ Configurations:
|
|||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
||||||
]
|
]
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-shared-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'opensuse-16.0-developer-build'
|
|
||||||
Features: ['DisableTests', 'UseConfigure', 'GenerateSBOM', 'VerifySBOM']
|
|
||||||
Environment variables: [
|
|
||||||
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
||||||
'TARGET_CONFIGURE_ARGS=-release -platform wasm-emscripten -no-feature-thread -nomake tests -nomake examples -shared',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH=/usr/local -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
||||||
]
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
|
-
|
||||||
|
Id: 'ubuntu-22.04-license-check'
|
||||||
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
|
Compiler: 'GCC'
|
||||||
|
Features: ['TestOnly', 'LicenseCheckV2']
|
||||||
-
|
-
|
||||||
Id: 'ubuntu-24.04-x64-license-check'
|
Id: 'ubuntu-24.04-x64-license-check'
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-50'
|
Template: 'qtci-linux-Ubuntu-24.04-x86_64-50'
|
||||||
|
|||||||
@@ -17,6 +17,4 @@ Configurations:
|
|||||||
'GL_INC_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/include/public',
|
'GL_INC_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/include/public',
|
||||||
'GL_LIB_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/base:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/display:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/graphics:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/platform/:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/opengl/esx/build/integrity/prebuilt/',
|
'GL_LIB_DIR=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/base:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/display:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/multimedia/graphics:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/out/rel/libs/platform/:/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/qc_bsp/AMSS/multimedia/graphics/opengl/esx/build/integrity/prebuilt/',
|
||||||
'PATH=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/comp:$PATH',
|
'PATH=/home/qt/integrity_toolchain/hlos_dev_boot/apps/ghs_apps_proc/comp:$PATH',
|
||||||
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-integrity-qt',
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ Version: 2
|
|||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: 'android-x86-developer-build-testrun-on-linux'
|
Id: 'android-x86-developer-build-testrun-on-linux'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'x86'
|
Target arch: 'x86'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'rhel-9.6'
|
Platform dependency: 'rhel-8.10'
|
||||||
Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure']
|
Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure']
|
||||||
Environment variables: [
|
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_CONFIGURE_ARGS=-nomake examples -debug -developer-build -android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86',
|
||||||
|
|||||||
@@ -2,29 +2,27 @@ Version: 2
|
|||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: 'android-9-multi-abi'
|
Id: 'android-9-multi-abi'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'multi'
|
Target arch: 'multi'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: [
|
Platform dependency: [
|
||||||
'rhel-9.6',
|
'rhel-8.10',
|
||||||
'android-9-x86-on-linux',
|
'android-9-x86-on-linux',
|
||||||
'android-16-x86_64-on-linux'
|
'android-15-x86_64-on-linux'
|
||||||
]
|
]
|
||||||
Features: [
|
Features: [
|
||||||
'Sccache',
|
'Sccache',
|
||||||
'WarningsAreErrors',
|
'WarningsAreErrors',
|
||||||
'AndroidTestRun',
|
'AndroidTestRun',
|
||||||
'MinimalAndroidMultiABITests',
|
'MinimalAndroidMultiABITests',
|
||||||
'InstallDepsPerPlatformSubdir',
|
'InstallDepsPerPlatformSubdir'
|
||||||
'InsignificantTests',
|
|
||||||
'DoNotAbortTestingOnFirstFailure'
|
|
||||||
]
|
]
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-9.6',
|
'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-8.10',
|
||||||
'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_android-9-x86-on-linux',
|
'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-16-x86_64-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"',
|
'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"',
|
||||||
'ANDROID_EMULATOR=emulator_x86_api_28'
|
'ANDROID_EMULATOR=emulator_x86_api_28'
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFEATURE_gds=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON -DQT_FEATURE_open62541_security=OFF',
|
'NON_QTBASE_CMAKE_ARGS=-DFEATURE_gds=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE -DINPUT_headersclean=ON -DQT_FEATURE_open62541_security=OFF',
|
||||||
'VCPKG_HOST_TRIPLET=universal-osx-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=universal-osx-qt',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Test on all supported macOS versions (deployment targets)
|
# Test on all supported macOS versions (deployment targets)
|
||||||
@@ -43,13 +41,6 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging']
|
Features: ['Sccache', 'TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
Platform dependency: 'macos-universal-on-arm64'
|
||||||
-
|
|
||||||
Id: 'macos-26-x86_64-tests'
|
|
||||||
Template: 'qtci-macos-26-x86_64-100'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure']
|
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
|
||||||
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
|
||||||
|
|
||||||
# And arm64
|
# And arm64
|
||||||
|
|
||||||
@@ -57,25 +48,19 @@ Configurations:
|
|||||||
Id: 'macos-13-arm64-tests'
|
Id: 'macos-13-arm64-tests'
|
||||||
Template: 'qtci-macos-13-arm-107'
|
Template: 'qtci-macos-13-arm-107'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging']
|
Features: ['TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
Platform dependency: 'macos-universal-on-arm64'
|
||||||
-
|
-
|
||||||
Id: 'macos-14-arm64-tests'
|
Id: 'macos-14-arm64-tests'
|
||||||
Template: 'qtci-macos-14-arm-106'
|
Template: 'qtci-macos-14-arm-106'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging']
|
Features: ['TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
Platform dependency: 'macos-universal-on-arm64'
|
||||||
-
|
-
|
||||||
Id: 'macos-15-arm64-tests'
|
Id: 'macos-15-arm64-tests'
|
||||||
Template: 'qtci-macos-15-arm-104'
|
Template: 'qtci-macos-15-arm-104'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging']
|
Features: ['TestOnly', 'Packaging']
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
|
||||||
-
|
|
||||||
Id: 'macos-26-arm64-tests'
|
|
||||||
Template: 'qtci-macos-26-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'TestOnly', 'Packaging']
|
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
Platform dependency: 'macos-universal-on-arm64'
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
@@ -90,18 +75,6 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']
|
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']
|
||||||
Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
|
Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
|
||||||
Environment variables: [
|
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
|
||||||
'VCPKG_HOST_TRIPLET=universal-osx-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=universal-osx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'macos-26-x86_64-developer-build'
|
|
||||||
Template: 'qtci-macos-26-x86_64-100'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']
|
|
||||||
Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
|
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
@@ -110,25 +83,11 @@ Configurations:
|
|||||||
Id: 'macos-arm64-developer-build'
|
Id: 'macos-arm64-developer-build'
|
||||||
Template: 'qtci-macos-15-arm-104'
|
Template: 'qtci-macos-15-arm-104'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
|
||||||
Configure arguments: '-developer-build -nomake examples -debug -framework'
|
Configure arguments: '-developer-build -nomake examples -debug -framework'
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
'VCPKG_HOST_TRIPLET=universal-osx-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=universal-osx-qt',
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'macos-26-arm64-developer-build'
|
|
||||||
Template: 'qtci-macos-26-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'Insignificant']
|
|
||||||
Configure arguments: '-developer-build -nomake examples -debug -framework'
|
|
||||||
Environment variables: [
|
|
||||||
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE',
|
|
||||||
'VCPKG_HOST_TRIPLET=arm64-osx-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=arm64-osx-qt',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Test on all supported macOS versions (deployment targets)
|
# Test on all supported macOS versions (deployment targets)
|
||||||
@@ -150,10 +109,3 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['TestOnly']
|
Features: ['TestOnly']
|
||||||
Platform dependency: 'macos-arm64-developer-build'
|
Platform dependency: 'macos-arm64-developer-build'
|
||||||
-
|
|
||||||
Id: 'macos-26-arm64-developer-build-tests'
|
|
||||||
Template: 'qtci-macos-26-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure']
|
|
||||||
Platform dependency: 'macos-26-arm64-developer-build'
|
|
||||||
Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]
|
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Module only: True
|
|
||||||
Include: [yocto.yaml]
|
|
||||||
Configurations: []
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Module only: True
|
|
||||||
Include: [yocto.yaml]
|
|
||||||
Configurations: []
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
'rhel-9.6'
|
'rhel-8.10'
|
||||||
],
|
],
|
||||||
cmake_platforms_target_android.yaml: [
|
cmake_platforms_target_android.yaml: [
|
||||||
'android-15-x86_64-on-linux',
|
'android-15-x86_64-on-linux',
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
'rhel-9.6',
|
'rhel-8.10',
|
||||||
'windows-11_24h2-mingw13'
|
'windows-10_22h2-mingw13'
|
||||||
],
|
],
|
||||||
cmake_platforms_target_android.yaml: [
|
cmake_platforms_target_android.yaml: [
|
||||||
'android-15-x86_64-on-linux',
|
'android-15-x86_64-on-linux',
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
'rhel-9.6',
|
'rhel-8.10',
|
||||||
'windows-11_24h2-mingw13'
|
'windows-10_22h2-mingw13'
|
||||||
],
|
],
|
||||||
cmake_platforms_target_android.yaml: [
|
cmake_platforms_target_android.yaml: [
|
||||||
'android-15-x86_64-on-linux',
|
'android-15-x86_64-on-linux',
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
cmake_platforms.yaml: [
|
|
||||||
'rhel-9.6'
|
|
||||||
],
|
|
||||||
cmake_platforms_target_android.yaml: [
|
|
||||||
'android-16-x86_64-on-linux',
|
|
||||||
'android-9-x86-on-linux'
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations: []
|
|
||||||
# Android nightly to check for preview NDKs (beta/RC or a newer NDK than the _LATEST used in CI)
|
|
||||||
Overrides:
|
|
||||||
-
|
|
||||||
Id: 'android-16-x86_64-on-linux'
|
|
||||||
Features: ['Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'WarningsAreErrors']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_PREVIEW}} -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_PREVIEW}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID_X86_64_NDK_PREVIEW}} -DQT_DEPLOY_FFMPEG=TRUE -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_PREVIEW}}',
|
|
||||||
'ANDROID_EMULATOR=emulator_x86_64_api_35'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'android-9-x86-on-linux'
|
|
||||||
Features: ['Sccache', 'AndroidTestRun', 'VMSize8', 'UseConfigure', 'WarningsAreErrors']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_PREVIEW}} -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_PREVIEW}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
|
|
||||||
'NON_QTBASE_TARGET_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID_X86_NDK_PREVIEW}} -DQT_DEPLOY_FFMPEG=TRUE -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
||||||
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_PREVIEW}}',
|
|
||||||
'ANDROID_EMULATOR=emulator_x86_api_28'
|
|
||||||
]
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-11_24H2-msvc2022-developer-build-cxx23'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Features: ['Sccache', 'DebugAndRelease', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples']
|
|
||||||
Configure arguments: '-debug-and-release -force-asserts -make examples -developer-build -force-debug-info -qt-zlib -c++std c++23'
|
|
||||||
Environment variables: [
|
|
||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\.. -DMySQL_ROOT={{.Env.ENV_MySQL_ROOT}} -DMySQL_LIBRARY_DIR={{.Env.ENV_MySQL_LIBRARY_DIR}}',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE',
|
|
||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
|
||||||
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
|
||||||
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
|
||||||
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
|
||||||
]
|
|
||||||
# Test gcc-14 on Ubuntu 24.04 ARM64 Wayland
|
|
||||||
-
|
|
||||||
Id: 'ubuntu-24.04-arm64-gcc14-cxx23'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-aarch64-52'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
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=gcc-14 -DCMAKE_CXX_COMPILER=g++-14',
|
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DINPUT_headersclean=ON'
|
|
||||||
]
|
|
||||||
@@ -1,14 +1,20 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Module only: True
|
Module only: True
|
||||||
|
Configurations:
|
||||||
|
-
|
||||||
|
Id: 'macos-15-arm64-developer-build'
|
||||||
|
Template: 'qtci-macos-15-arm-104'
|
||||||
|
Compiler: 'Clang'
|
||||||
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
||||||
|
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests'
|
||||||
|
Environment variables: [
|
||||||
|
# FIXME: macOS 15 ARM VMs have trouble attaching to test via lldb
|
||||||
|
'QTEST_DISABLE_STACK_DUMP=1'
|
||||||
|
]
|
||||||
|
|
||||||
# Please add nightly/beta configs to macos.yaml with the appropriate
|
-
|
||||||
# COIN_CTEST_IGNORE_EXIT_CODE to make it insignificant.
|
Id: 'macos-15-x86_64-developer-build'
|
||||||
|
Template: 'qtci-macos-15-x86_64-103'
|
||||||
Include: [
|
Compiler: 'Clang'
|
||||||
macos.yaml: [
|
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
|
||||||
'macos-universal-on-arm64',
|
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests'
|
||||||
'macos-26-arm64-tests',
|
|
||||||
'macos-26-arm64-developer-build',
|
|
||||||
'macos-26-arm64-developer-build-tests'
|
|
||||||
],
|
|
||||||
]
|
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
'windows-11_24h2-mingw13'
|
windows-10_22h2-mingw13
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: 'qnx-710-arm64-on-windows'
|
Id: 'qnx-710-arm64-on-windows'
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
Template: 'qtci-windows-10_22H2-x86_64-53'
|
||||||
Target os: 'QNX_710'
|
Target os: 'QNX_710'
|
||||||
Target arch: 'arm64'
|
Target arch: 'arm64'
|
||||||
Compiler: 'Mingw'
|
Compiler: 'Mingw'
|
||||||
Target compiler: 'QCC'
|
Target compiler: 'QCC'
|
||||||
Platform dependency: 'windows-11_24h2-mingw13'
|
Platform dependency: 'windows-10_22h2-mingw13'
|
||||||
Features: ['DisableTests', 'UseConfigure']
|
Features: ['DisableTests', 'UseConfigure']
|
||||||
Environment variables: [
|
Environment variables: [
|
||||||
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
'Path={{.Env.MINGW_PATH}}\bin;{{.Env.Path}}',
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Module only: True
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'ubuntu-22.04-baseline-tests'
|
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'UseConfigure']
|
|
||||||
Configure arguments: '-developer-build -nomake examples'
|
|
||||||
Environment variables: [
|
|
||||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
|
||||||
'CTEST_DIR=tests/baseline',
|
|
||||||
'QT_LANCELOT_SERVER=10.9.70.11'
|
|
||||||
]
|
|
||||||
|
|
||||||
@@ -13,8 +13,8 @@ Configurations:
|
|||||||
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'rhel-9.6-unity-build'
|
Id: 'rhel-8.10-unity-build'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
||||||
Configure arguments: '-make examples -debug -force-debug-info -headersclean -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
Configure arguments: '-make examples -debug -force-debug-info -headersclean -separate-debug-info -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ Include: [
|
|||||||
"ubuntu-22.04-developer-build",
|
"ubuntu-22.04-developer-build",
|
||||||
"ubuntu-22.04-developer-build-x11-tests",
|
"ubuntu-22.04-developer-build-x11-tests",
|
||||||
"windows-11_24H2-msvc2022-developer-build",
|
"windows-11_24H2-msvc2022-developer-build",
|
||||||
"ios-universal",
|
"ios-universal"
|
||||||
"documentation-warnings",
|
|
||||||
],
|
],
|
||||||
macos.yaml: [
|
macos.yaml: [
|
||||||
"macos-arm64-developer-build",
|
"macos-arm64-developer-build",
|
||||||
@@ -19,7 +18,7 @@ Include: [
|
|||||||
cmake_platforms_qemu.yaml: [
|
cmake_platforms_qemu.yaml: [
|
||||||
"qemu-armv7-developer-build"
|
"qemu-armv7-developer-build"
|
||||||
],
|
],
|
||||||
cmake_platforms_qemu_qnx.yaml: [
|
cmake_platforms_qemu_qnx710.yaml: [
|
||||||
"qnx-710-x86_64-developer-build-on-linux"
|
"qnx-710-x86_64-developer-build-on-linux"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['DisableTests']
|
Features: ['DisableTests']
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-9.4-x86_64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['DisableTests']
|
Features: ['DisableTests']
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Configurations:
|
|||||||
Environment variables: []
|
Environment variables: []
|
||||||
Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
|
Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'DebugAndRelease']
|
Features: ['Sccache', 'DebugAndRelease']
|
||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
@@ -21,7 +21,7 @@ Configurations:
|
|||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
Environment variables: []
|
Environment variables: []
|
||||||
-
|
-
|
||||||
Template: 'qtci-macos-15-arm-104'
|
Template: 'qtci-macos-14-arm-106'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'DebugAndRelease']
|
Features: ['Sccache', 'DebugAndRelease']
|
||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
@@ -42,28 +42,15 @@ Configurations:
|
|||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
Environment variables: []
|
Environment variables: []
|
||||||
Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
|
Environment script: ['%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64']
|
||||||
-
|
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'DebugAndRelease', 'OldestQt']
|
|
||||||
Configure arguments: ''
|
|
||||||
Environment variables: []
|
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'DebugAndRelease', 'OldestQt', 'QtC18AndEarlier']
|
|
||||||
Configure arguments: ''
|
|
||||||
Environment variables: []
|
|
||||||
-
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'DebugAndRelease', 'OldestQt']
|
Features: ['Sccache', 'DebugAndRelease', 'OldestQt']
|
||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
Environment variables: []
|
Environment variables: []
|
||||||
# Tests GCC 11
|
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
Template: 'qtci-macos-14-arm-106'
|
||||||
Compiler: 'GCC'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'DebugAndRelease', 'OldestQt']
|
Features: ['Sccache', 'DebugAndRelease', 'OldestQt']
|
||||||
Configure arguments: ''
|
Configure arguments: ''
|
||||||
Environment variables: []
|
Environment variables: []
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
# Test gcc-12 on RHEL 9.6
|
# Test gcc-12 on RHEL 9.4
|
||||||
-
|
-
|
||||||
Id: 'rhel-9.6-gcc12'
|
Id: 'rhel-9.4-gcc12'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-9.4-x86_64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'UseConfigure', 'InstallQt5Dependencies', 'DoNotRunTests']
|
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'
|
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -headersclean -separate-debug-info -qt-pcre -no-libudev -bundled-xcb-xinput'
|
||||||
@@ -10,8 +10,11 @@ Include: [
|
|||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
||||||
qtlite.yaml,
|
qtlite.yaml,
|
||||||
qtbase_new_compiler_testing.yaml,
|
qtbase-new-compiler-testing.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
Overrides:
|
||||||
|
# Make VxWorks tests insignificant.
|
||||||
|
-
|
||||||
|
Id: 'vxworks-x86_64-tests'
|
||||||
|
Features: ['VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"windows-quick-bridges"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-csharp'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesCsharp']
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"macos-quick-bridges",
|
|
||||||
"linux-quick-bridges",
|
|
||||||
"windows-quick-bridges"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-java'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-java'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'linux-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-java'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"macos-quick-bridges",
|
|
||||||
"windows-quick-bridges"
|
|
||||||
],
|
|
||||||
cmake_platforms.yaml: [
|
|
||||||
"rhel-9.6"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-python'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-python'
|
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'rhel-9.6'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-python'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"linux-quick-bridges",
|
|
||||||
"windows-quick-bridges"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-rust'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesRust']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-rust'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'linux-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'RunAsPlatformDependency', 'QtBridgesRust']
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"macos-quick-bridges"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-swift'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesSwift']
|
|
||||||
@@ -1,74 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
quick-bridges.yaml: [
|
|
||||||
"macos-quick-bridges",
|
|
||||||
"linux-quick-bridges",
|
|
||||||
"windows-quick-bridges"
|
|
||||||
],
|
|
||||||
cmake_platforms.yaml: [
|
|
||||||
"rhel-9.6"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-rust'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesRust']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-python'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges-java'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Platform dependency: 'windows-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-python'
|
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'rhel-9.6'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-java'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'linux-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges-rust'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'linux-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'RunAsPlatformDependency', 'QtBridgesRust']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-java'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesJava']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-python'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesPython']
|
|
||||||
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges-swift'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-quick-bridges'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'RunAsPlatformDependency', 'QtBridgesSwift']
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
cmake_platforms.yaml,
|
|
||||||
address_sanitizer_platforms.yaml
|
|
||||||
]
|
|
||||||
Configurations: []
|
|
||||||
@@ -4,13 +4,10 @@ Include: [
|
|||||||
integrity.yaml,
|
integrity.yaml,
|
||||||
ios-tests.yaml,
|
ios-tests.yaml,
|
||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml,
|
||||||
wasm_qtdeclarative_tests.yaml,
|
|
||||||
cmake_platforms_static_tests.yaml,
|
cmake_platforms_static_tests.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
||||||
qtlite.yaml,
|
qtlite.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
Overrides:
|
Overrides:
|
||||||
|
|||||||
@@ -2,10 +2,10 @@ Version: 2
|
|||||||
Include: []
|
Include: []
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: 'qtgp-on-linux-rhel_9_6'
|
Id: 'qtgp-on-linux'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-9.4-x86_64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging', 'UseConfigure']
|
Features: ['TestOnly']
|
||||||
-
|
-
|
||||||
Id: 'qtgp-on-macos'
|
Id: 'qtgp-on-macos'
|
||||||
Template: 'qtci-macos-14-arm-106'
|
Template: 'qtci-macos-14-arm-106'
|
||||||
|
|||||||
@@ -4,9 +4,7 @@ Include: [
|
|||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml,
|
||||||
integrity.yaml,
|
integrity.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
Overrides:
|
Overrides:
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Module only: True
|
|
||||||
Include: [
|
|
||||||
cmake_platforms.yaml: [
|
|
||||||
'rhel-9.6'
|
|
||||||
],
|
|
||||||
cmake_platforms_target_android.yaml: [
|
|
||||||
'android-15-x86_64-on-linux'
|
|
||||||
]
|
|
||||||
]
|
|
||||||
Configurations: []
|
|
||||||
@@ -4,8 +4,6 @@ Include: [
|
|||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml,
|
||||||
integrity.yaml,
|
integrity.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
cmake_platforms.yaml,
|
|
||||||
address_sanitizer_platforms.yaml
|
|
||||||
]
|
|
||||||
Configurations: []
|
|
||||||
@@ -3,7 +3,6 @@ Include: [
|
|||||||
cmake_platforms.yaml,
|
cmake_platforms.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml
|
||||||
quick-minimal.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -9,17 +9,16 @@ Include: [
|
|||||||
"ubuntu-22.04-developer-build",
|
"ubuntu-22.04-developer-build",
|
||||||
"ubuntu-24.04-arm64",
|
"ubuntu-24.04-arm64",
|
||||||
"opensuse-15.6-developer-build",
|
"opensuse-15.6-developer-build",
|
||||||
"opensuse-16.0-developer-build",
|
|
||||||
"sles-15_sp6-static",
|
"sles-15_sp6-static",
|
||||||
"windows-10_22h2-msvc2022",
|
"windows-10_22h2-msvc2022",
|
||||||
"rhel-9.6",
|
"rhel-8.10",
|
||||||
"windows-11_24h2-mingw13",
|
"windows-10_22h2-mingw13",
|
||||||
"windows-11_24H2-mingw13-developer-build",
|
"windows-11_24H2-mingw13-developer-build",
|
||||||
"windows-11_24H2-llvm",
|
"windows-11_24H2-llvm",
|
||||||
"windows-11_24H2-msvc2022",
|
"windows-11_24H2-msvc2022",
|
||||||
"windows-11_23h2-arm64-msvc2022"
|
"windows-11_22h2-arm64-msvc2022"
|
||||||
],
|
],
|
||||||
cmake_platforms_qemu_qnx.yaml: [
|
cmake_platforms_qemu_qnx710.yaml: [
|
||||||
"qnx-710-x86_64-developer-build-on-linux",
|
"qnx-710-x86_64-developer-build-on-linux",
|
||||||
"qnx-710-arm64-on-linux",
|
"qnx-710-arm64-on-linux",
|
||||||
"qnx-710-armv7-on-linux"
|
"qnx-710-armv7-on-linux"
|
||||||
|
|||||||
@@ -10,17 +10,16 @@ Include: [
|
|||||||
"ubuntu-22.04-developer-build",
|
"ubuntu-22.04-developer-build",
|
||||||
"ubuntu-24.04-arm64",
|
"ubuntu-24.04-arm64",
|
||||||
"opensuse-15.6-developer-build",
|
"opensuse-15.6-developer-build",
|
||||||
"opensuse-16.0-developer-build",
|
|
||||||
"sles-15_sp6-static",
|
"sles-15_sp6-static",
|
||||||
"windows-10_22h2-msvc2022",
|
"windows-10_22h2-msvc2022",
|
||||||
"rhel-9.6",
|
"rhel-8.10",
|
||||||
"windows-11_24h2-mingw13",
|
"windows-10_22h2-mingw13",
|
||||||
"windows-11_24H2-mingw13-developer-build",
|
"windows-11_24H2-mingw13-developer-build",
|
||||||
"windows-11_24H2-llvm",
|
"windows-11_24H2-llvm",
|
||||||
"windows-11_24H2-msvc2022",
|
"windows-11_24H2-msvc2022",
|
||||||
"windows-11_23h2-arm64-msvc2022"
|
"windows-11_22h2-arm64-msvc2022"
|
||||||
],
|
],
|
||||||
cmake_platforms_qemu_qnx.yaml: [
|
cmake_platforms_qemu_qnx710.yaml: [
|
||||||
"qnx-710-x86_64-developer-build-on-linux",
|
"qnx-710-x86_64-developer-build-on-linux",
|
||||||
"qnx-710-arm64-on-linux",
|
"qnx-710-arm64-on-linux",
|
||||||
"qnx-710-armv7-on-linux"
|
"qnx-710-armv7-on-linux"
|
||||||
@@ -40,8 +39,8 @@ Configurations:
|
|||||||
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'Linux-RHEL_9_6_Static'
|
Id: 'Linux-RHEL_8_10_Static'
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
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'
|
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'
|
||||||
@@ -62,6 +61,17 @@ Configurations:
|
|||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: 'Windows-MSVC2022-arm64_Static'
|
Id: 'Windows-MSVC2022-arm64_Static'
|
||||||
|
Template: 'qtci-windows-11_22H2-aarch64-54'
|
||||||
|
Compiler: 'MSVC2022'
|
||||||
|
Features: ['Packaging', 'UseConfigure', 'MinimalStaticTests']
|
||||||
|
Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-psql -no-opengl'
|
||||||
|
Environment variables: [
|
||||||
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_arm64}}\..',
|
||||||
|
'NON_QTBASE_CMAKE_ARGS= -DFEATURE_clangcpp=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC_ARM64}} -DQT_DEPLOY_FFMPEG=TRUE',
|
||||||
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
||||||
|
]
|
||||||
|
-
|
||||||
|
Id: 'Windows-MSVC2022-arm64_Static-23H2'
|
||||||
Template: 'qtci-windows-11_23H2-aarch64-53'
|
Template: 'qtci-windows-11_23H2-aarch64-53'
|
||||||
Compiler: 'MSVC2022'
|
Compiler: 'MSVC2022'
|
||||||
Features: ['Packaging', 'UseConfigure', 'MinimalStaticTests']
|
Features: ['Packaging', 'UseConfigure', 'MinimalStaticTests']
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ Include: [
|
|||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml,
|
||||||
integrity.yaml,
|
integrity.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ Include: [
|
|||||||
address_sanitizer_platforms.yaml,
|
address_sanitizer_platforms.yaml,
|
||||||
integrity.yaml,
|
integrity.yaml,
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
||||||
quick-minimal.yaml,
|
|
||||||
quick-bridges.yaml
|
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
cmake_platforms.yaml,
|
|
||||||
address_sanitizer_platforms.yaml,
|
|
||||||
integrity.yaml,
|
|
||||||
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
|
||||||
cmake_platforms_qemu_vxworks_tests_static.yaml,
|
|
||||||
quick-minimal.yaml
|
|
||||||
]
|
|
||||||
Configurations: []
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-bridges'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-release
|
|
||||||
-force-debug-info
|
|
||||||
-separate-debug-info
|
|
||||||
-optimize-size
|
|
||||||
-shared
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
Environment variables: []
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-bridges'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-release
|
|
||||||
-force-debug-info
|
|
||||||
-separate-debug-info
|
|
||||||
-optimize-size
|
|
||||||
-shared
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
Environment variables: []
|
|
||||||
-
|
|
||||||
Id: 'windows-quick-bridges'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-debug-and-release
|
|
||||||
-force-debug-info
|
|
||||||
-optimize-size
|
|
||||||
-shared
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
Environment variables: [
|
|
||||||
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON',
|
|
||||||
]
|
|
||||||
@@ -1,969 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Include: [
|
|
||||||
macos.yaml: [
|
|
||||||
"macos-universal-on-arm64",
|
|
||||||
],
|
|
||||||
cmake_platforms.yaml: [
|
|
||||||
"opensuse-15.6-developer-build",
|
|
||||||
"opensuse-16.0-developer-build",
|
|
||||||
]
|
|
||||||
]
|
|
||||||
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-minimal'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DoNotRunTests', 'MinimalStaticTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-release
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-reduce-exports
|
|
||||||
-gc-binaries
|
|
||||||
-feature-c++20
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-private_tests
|
|
||||||
-no-feature-exceptions
|
|
||||||
-no-feature-force_asserts
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-brotli
|
|
||||||
-no-feature-macdeployqt
|
|
||||||
-no-feature-androiddeployqt
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_protector
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-library
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-opengl
|
|
||||||
-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-opengles2
|
|
||||||
-no-feature-opengles3
|
|
||||||
-no-feature-opengles31
|
|
||||||
-no-feature-opengles32
|
|
||||||
-no-feature-harfbuzz
|
|
||||||
-no-feature-freetype
|
|
||||||
-no-opengl
|
|
||||||
Environment variables: [
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'macos-quick-minimal-tests'
|
|
||||||
Template: 'qtci-macos-15-arm-104'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'TestOnly', 'InsignificantTests', 'Insignificant']
|
|
||||||
Platform dependency: 'macos-quick-minimal'
|
|
||||||
-
|
|
||||||
Id: 'linux-quick-minimal'
|
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-release
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-reduce-exports
|
|
||||||
-gc-binaries
|
|
||||||
-feature-c++20
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-private_tests
|
|
||||||
-no-feature-exceptions
|
|
||||||
-no-feature-force_asserts
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-processenvironment
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-brotli
|
|
||||||
-no-feature-androiddeployqt
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-draganddrop
|
|
||||||
-no-feature-imageformat_xpm
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_protector
|
|
||||||
-no-feature-stack_clash_protection
|
|
||||||
-no-feature-glibc_fortify_source
|
|
||||||
-no-feature-libstdcpp_assertions
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-texthtmlparser
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-linux-netlink
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-eglfs
|
|
||||||
-no-feature-opengl
|
|
||||||
-no-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-opengles2
|
|
||||||
-no-feature-opengles3
|
|
||||||
-no-feature-opengles31
|
|
||||||
-no-feature-opengles32
|
|
||||||
-no-feature-harfbuzz
|
|
||||||
-no-feature-wayland
|
|
||||||
-no-opengl
|
|
||||||
Environment variables: [
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'windows-11_24H2-msvc2022-static-quicklite'
|
|
||||||
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
||||||
Compiler: 'MSVC2022'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Configure arguments: >
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-release
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-gc-binaries
|
|
||||||
-feature-c++20
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-private_tests
|
|
||||||
-no-feature-exceptions
|
|
||||||
-no-feature-force_asserts
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-processenvironment
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-brotli
|
|
||||||
-no-feature-androiddeployqt
|
|
||||||
-no-feature-windeployqt
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-draganddrop
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_protector
|
|
||||||
-no-feature-stack_clash_protection
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-texthtmlparser
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-opengl
|
|
||||||
-no-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-opengles2
|
|
||||||
-no-feature-opengles3
|
|
||||||
-no-feature-opengles31
|
|
||||||
-no-feature-opengles32
|
|
||||||
-no-feature-harfbuzz
|
|
||||||
-no-opengl
|
|
||||||
Environment variables: [
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'android-quick-minimal'
|
|
||||||
Template: 'qtci-macos-14-arm-106'
|
|
||||||
Target os: 'Android_ANY'
|
|
||||||
Target arch: 'arm64'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Target compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
|
||||||
Environment variables: [
|
|
||||||
'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',
|
|
||||||
'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_LATEST}}',
|
|
||||||
'TARGET_CONFIGURE_ARGS=
|
|
||||||
-android-ndk {{.Env.ANDROID_NDK_ROOT_LATEST}}
|
|
||||||
-android-sdk {{.Env.ANDROID_SDK_ROOT}}
|
|
||||||
-android-abis arm64-v8a
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-release
|
|
||||||
-optimize-size
|
|
||||||
-ltcg
|
|
||||||
-feature-c++20
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-private_tests
|
|
||||||
-no-feature-exceptions
|
|
||||||
-no-feature-force_asserts
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-brotli
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_protector
|
|
||||||
-no-feature-stack_clash_protection
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-texthtmlparser
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-draganddrop
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-harfbuzz',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'wasm-quick-minimal'
|
|
||||||
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'opensuse-15.6-developer-build'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Environment variables: [
|
|
||||||
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
||||||
'TARGET_CMAKE_ARGS=
|
|
||||||
-DCMAKE_CXX_FLAGS="-flto"
|
|
||||||
-DCMAKE_EXE_LINKER_FLAGS="-flto"',
|
|
||||||
'TARGET_CONFIGURE_ARGS=
|
|
||||||
-release
|
|
||||||
-platform wasm-emscripten
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-feature-thread
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-feature-c++20
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-processenvironment
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-draganddrop
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_clash_protection
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-texthtmlparser
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-library
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-wasm-simd128
|
|
||||||
-no-feature-wasm-exceptions
|
|
||||||
-no-feature-wasm-jspi
|
|
||||||
-no-feature-harfbuzz',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off',
|
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'wasm-quick-minimal-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Platform dependency: 'opensuse-16.0-developer-build'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Environment variables: [
|
|
||||||
'EM_CONFIG={{.Env.EMSDK}}/.emscripten',
|
|
||||||
'TARGET_CMAKE_ARGS=
|
|
||||||
-DCMAKE_CXX_FLAGS="-flto"
|
|
||||||
-DCMAKE_EXE_LINKER_FLAGS="-flto"',
|
|
||||||
'TARGET_CONFIGURE_ARGS=
|
|
||||||
-release
|
|
||||||
-platform wasm-emscripten
|
|
||||||
-nomake examples
|
|
||||||
-nomake tests
|
|
||||||
-feature-thread
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-feature-c++20
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-process
|
|
||||||
-no-feature-processenvironment
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-draganddrop
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_clash_protection
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-texthtmlparser
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-library
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-wasm-simd128
|
|
||||||
-no-feature-wasm-exceptions
|
|
||||||
-no-feature-wasm-jspi
|
|
||||||
-no-feature-harfbuzz',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off',
|
|
||||||
'TARGET_CMAKE_ARGS=-DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON'
|
|
||||||
]
|
|
||||||
-
|
|
||||||
Id: 'ios-quick-minimal'
|
|
||||||
Template: 'qtci-macos-14-arm-106'
|
|
||||||
Target os: 'IOS_ANY'
|
|
||||||
Target arch: 'arm64'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Target compiler: 'Clang'
|
|
||||||
Platform dependency: 'macos-universal-on-arm64'
|
|
||||||
Features: ['Sccache', 'UseConfigure', 'DisableTests', 'Insignificant']
|
|
||||||
Environment variables: [
|
|
||||||
'TARGET_CONFIGURE_ARGS=
|
|
||||||
-release
|
|
||||||
-nomake examples
|
|
||||||
-platform macx-ios-clang
|
|
||||||
-optimize-size
|
|
||||||
-static
|
|
||||||
-ltcg
|
|
||||||
-feature-c++20
|
|
||||||
-reduce-exports
|
|
||||||
-gc-binaries
|
|
||||||
-disable-deprecated-up-to 0x070000
|
|
||||||
-no-feature-widgets
|
|
||||||
-no-feature-private_tests
|
|
||||||
-no-feature-exceptions
|
|
||||||
-no-feature-force_asserts
|
|
||||||
-no-feature-sql
|
|
||||||
-no-feature-xml
|
|
||||||
-no-feature-printsupport
|
|
||||||
-no-feature-dbus
|
|
||||||
-no-feature-vnc
|
|
||||||
-no-feature-future
|
|
||||||
-no-feature-concurrent
|
|
||||||
-no-feature-testlib
|
|
||||||
-no-feature-multiprocess
|
|
||||||
-no-feature-sharedmemory
|
|
||||||
-no-feature-permissions
|
|
||||||
-no-feature-udpsocket
|
|
||||||
-no-feature-localserver
|
|
||||||
-no-feature-brotli
|
|
||||||
-no-feature-picture
|
|
||||||
-no-feature-pdf
|
|
||||||
-no-feature-accessibility
|
|
||||||
-no-feature-clipboard
|
|
||||||
-no-feature-image_heuristic_mask
|
|
||||||
-no-feature-imageformat_bmp
|
|
||||||
-no-feature-imageformat_ppm
|
|
||||||
-no-feature-imageformat_xbm
|
|
||||||
-no-feature-cssparser
|
|
||||||
-no-feature-action
|
|
||||||
-no-feature-whatsthis
|
|
||||||
-no-feature-vkgen
|
|
||||||
-no-feature-backtrace
|
|
||||||
-no-feature-stack_protector
|
|
||||||
-no-feature-mimetype
|
|
||||||
-no-feature-textmarkdownreader
|
|
||||||
-no-feature-textodfwriter
|
|
||||||
-no-feature-textmarkdownwriter
|
|
||||||
-no-feature-imageio-text-loading
|
|
||||||
-no-feature-image_text
|
|
||||||
-no-feature-proxymodel
|
|
||||||
-no-feature-filesystemmodel
|
|
||||||
-no-feature-wheelevent
|
|
||||||
-no-feature-tabletevent
|
|
||||||
-no-feature-icu
|
|
||||||
-no-feature-systemtrayicon
|
|
||||||
-no-feature-raster-64bit
|
|
||||||
-no-feature-raster-fp
|
|
||||||
-no-feature-undostack
|
|
||||||
-no-feature-undogroup
|
|
||||||
-no-feature-undocommand
|
|
||||||
-no-feature-sctp
|
|
||||||
-no-feature-dtls
|
|
||||||
-no-feature-networkproxy
|
|
||||||
-no-feature-getifaddrs
|
|
||||||
-no-feature-ipv6ifname
|
|
||||||
-no-feature-libresolv
|
|
||||||
-no-feature-libproxy
|
|
||||||
-no-feature-networkinterface
|
|
||||||
-no-feature-networkdiskcache
|
|
||||||
-no-feature-topleveldomain
|
|
||||||
-no-feature-gssapi
|
|
||||||
-no-feature-sha3-fast
|
|
||||||
-no-feature-systemsemaphore
|
|
||||||
-no-feature-gestures
|
|
||||||
-no-feature-jalalicalendar
|
|
||||||
-no-feature-hijricalendar
|
|
||||||
-no-feature-islamiccivilcalendar
|
|
||||||
-no-feature-timezone
|
|
||||||
-no-feature-timezone_tzdb
|
|
||||||
-no-feature-im
|
|
||||||
-no-feature-graphicsframecapture
|
|
||||||
-no-feature-library
|
|
||||||
-no-feature-filesystemwatcher
|
|
||||||
-no-feature-gif
|
|
||||||
-no-feature-ico
|
|
||||||
-no-feature-sessionmanager
|
|
||||||
-no-feature-emojisegmenter
|
|
||||||
-no-feature-egl
|
|
||||||
-no-feature-opengl
|
|
||||||
-feature-metal
|
|
||||||
-no-feature-vulkan
|
|
||||||
-no-feature-openvg
|
|
||||||
-no-feature-opengles2
|
|
||||||
-no-feature-opengles3
|
|
||||||
-no-feature-opengles31
|
|
||||||
-no-feature-opengles32
|
|
||||||
-no-feature-harfbuzz
|
|
||||||
-no-feature-freetype
|
|
||||||
-no-opengl',
|
|
||||||
'NON_QTBASE_CMAKE_ARGS=
|
|
||||||
-DFEATURE_qml_network=off
|
|
||||||
-DFEATURE_qml_ssl=off
|
|
||||||
-DFEATURE_qml_jit=off
|
|
||||||
-DFEATURE_qml_debug=off
|
|
||||||
-DFEATURE_qml_preview=off
|
|
||||||
-DFEATURE_qml_xml_http_request=off
|
|
||||||
-DFEATURE_qml_locale=off
|
|
||||||
-DFEATURE_qml_worker_script=off
|
|
||||||
-DFEATURE_qml_xmllistmodel=off
|
|
||||||
-DFEATURE_quick_canvas=off
|
|
||||||
-DFEATURE_quick_designer=off
|
|
||||||
-DFEATURE_quick_flipable=off
|
|
||||||
-DFEATURE_quick_gridview=off
|
|
||||||
-DFEATURE_quick_tableview=off
|
|
||||||
-DFEATURE_quick_treeview=off
|
|
||||||
-DFEATURE_quick_particles=off
|
|
||||||
-DFEATURE_quick_pathview=off
|
|
||||||
-DFEATURE_quick_sprite=off
|
|
||||||
-DFEATURE_quick_draganddrop=off
|
|
||||||
-DFEATURE_quick_pixmap_cache_threaded_download=off
|
|
||||||
-DFEATURE_qml_table_model=off
|
|
||||||
-DFEATURE_qml_tree_model=off
|
|
||||||
-DFEATURE_quicktemplates2_hover=off
|
|
||||||
-DFEATURE_quicktemplates2_multitouch=off
|
|
||||||
-DFEATURE_quicktemplates2_calendar=off
|
|
||||||
-DFEATURE_qdoc=off'
|
|
||||||
]
|
|
||||||
@@ -2,8 +2,8 @@ Version: 2
|
|||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
"documentation-warnings",
|
"documentation-warnings",
|
||||||
"rhel-9.6",
|
"rhel-8.10",
|
||||||
'windows-11_24h2-mingw13',
|
'windows-10_22h2-mingw13',
|
||||||
],
|
],
|
||||||
macos.yaml: [
|
macos.yaml: [
|
||||||
'macos-universal-on-arm64'
|
'macos-universal-on-arm64'
|
||||||
@@ -12,19 +12,19 @@ Include: [
|
|||||||
'android-arm64-on-macos',
|
'android-arm64-on-macos',
|
||||||
'android-armv7-on-windows',
|
'android-armv7-on-windows',
|
||||||
'android-9-x86-on-linux',
|
'android-9-x86-on-linux',
|
||||||
'android-16-x86_64-on-linux'
|
'android-15-x86_64-on-linux'
|
||||||
],
|
],
|
||||||
offline_documentation.yaml
|
offline_documentation.yaml
|
||||||
]
|
]
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: "automotive-android-14-x86_64-on-linux-rhel_9_6"
|
Id: "automotive-android-14-x86_64-on-linux"
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'x86_64'
|
Target arch: 'x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'rhel-9.6'
|
Platform dependency: 'rhel-8.10'
|
||||||
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
|
||||||
Environment variables: [
|
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_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',
|
||||||
@@ -34,13 +34,13 @@ Configurations:
|
|||||||
'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34'
|
'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34'
|
||||||
]
|
]
|
||||||
-
|
-
|
||||||
Id: "automotive-android-10-x86_64-on-linux-rhel_9_6"
|
Id: "automotive-android-10-x86_64-on-linux"
|
||||||
Template: 'qtci-linux-RHEL-9.6-x86_64-51'
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'x86_64'
|
Target arch: 'x86_64'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target compiler: 'Clang'
|
Target compiler: 'Clang'
|
||||||
Platform dependency: 'rhel-9.6'
|
Platform dependency: 'rhel-8.10'
|
||||||
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', 'AndroidTestRun', 'VMSize8', 'UseConfigure']
|
||||||
Environment variables: [
|
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_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',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Module only: true
|
|||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
"windows-10_22h2-msvc2019",
|
"windows-10_22h2-msvc2019",
|
||||||
"rhel-9.6"
|
"rhel-8.10"
|
||||||
],
|
],
|
||||||
macos.yaml: [
|
macos.yaml: [
|
||||||
"macos-universal-on-arm64"
|
"macos-universal-on-arm64"
|
||||||
|
|||||||
@@ -7,10 +7,3 @@ Configurations:
|
|||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'TestOnly']
|
Features: ['Sccache', 'TestOnly']
|
||||||
Platform dependency: 'webassembly-linux-thread-asyncify'
|
Platform dependency: 'webassembly-linux-thread-asyncify'
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-thread-asyncify-tests-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'TestOnly']
|
|
||||||
Platform dependency: 'webassembly-linux-thread-asyncify-new'
|
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
Version: 2
|
|
||||||
Configurations:
|
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-thread-asyncify-tests'
|
|
||||||
Template: 'qtci-linux-openSUSE-15.6-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'TestOnly']
|
|
||||||
Platform dependency: 'webassembly-linux-thread-asyncify'
|
|
||||||
-
|
|
||||||
Id: 'webassembly-linux-thread-asyncify-tests-new'
|
|
||||||
Template: 'qtci-linux-openSUSE-16.0-x86_64-51'
|
|
||||||
Target os: 'WebAssembly'
|
|
||||||
Compiler: 'GCC'
|
|
||||||
Features: ['Sccache', 'TestOnly']
|
|
||||||
Platform dependency: 'webassembly-linux-thread-asyncify-new'
|
|
||||||
@@ -2,67 +2,57 @@ Version: 2
|
|||||||
Module only: True
|
Module only: True
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET1'
|
Target arch: 'TARGET1'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET2'
|
Target arch: 'TARGET2'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET3'
|
Target arch: 'TARGET3'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET4'
|
Target arch: 'TARGET4'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET5'
|
Target arch: 'TARGET5'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET6'
|
Target arch: 'TARGET6'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET7'
|
Target arch: 'TARGET7'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET8'
|
Target arch: 'TARGET8'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET9'
|
Target arch: 'TARGET9'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Packaging']
|
|
||||||
Target arch: 'TARGET10'
|
Target arch: 'TARGET10'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Insignificant']
|
Features: ['Insignificant']
|
||||||
Target arch: 'INSIGNIFICANT_TARGET1'
|
Target arch: 'INSIGNIFICANT_TARGET1'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Insignificant']
|
Features: ['Insignificant']
|
||||||
Target arch: 'INSIGNIFICANT_TARGET2'
|
Target arch: 'INSIGNIFICANT_TARGET2'
|
||||||
-
|
-
|
||||||
Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'
|
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'
|
||||||
Compiler: 'Yocto'
|
Compiler: 'Yocto'
|
||||||
Features: ['Insignificant']
|
Features: ['Insignificant']
|
||||||
Target arch: 'INSIGNIFICANT_TARGET3'
|
Target arch: 'INSIGNIFICANT_TARGET3'
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# Copyright (C) 2023 The Qt Company Ltd.
|
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
sudo tee -a /etc/dconf/db/local.d/00-media-automount <<"EOF"
|
|
||||||
[org/gnome/desktop/media-handling]
|
|
||||||
automount=false
|
|
||||||
automount-open=false
|
|
||||||
EOF
|
|
||||||
|
|
||||||
sudo dconf update
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
### RHEL 9.6 ###
|
|
||||||
|
|
||||||
Language: English (United States)
|
|
||||||
|
|
||||||
# Installation Summary #
|
|
||||||
|
|
||||||
Keyboard: English (US), Norwegian (Windows), Finnish (Windows)
|
|
||||||
Language Support: English (United States)
|
|
||||||
Time & Date: Etc/Coordinated Universal Time
|
|
||||||
|
|
||||||
Connect to Red Hat: Registered
|
|
||||||
Installation Source: Local media
|
|
||||||
Software Selection: Server with GUI
|
|
||||||
|
|
||||||
Installation Destination: Automatic partitioning selected
|
|
||||||
KDUMP enabled: Memory Reservation: automatic
|
|
||||||
Network & Host Name: Connected
|
|
||||||
Security Profile: No profile selected
|
|
||||||
|
|
||||||
Root Password: set
|
|
||||||
User Creation: set. Make this user administrator. Require password.
|
|
||||||
|
|
||||||
# Configure Settings
|
|
||||||
Notifications:
|
|
||||||
* Lock Screen Notifications: OFF
|
|
||||||
* Applications: Set notification off
|
|
||||||
* Do Not Disturb: on
|
|
||||||
Applications:
|
|
||||||
* Disable notifications from all applications
|
|
||||||
Privacy:
|
|
||||||
* Blank Screen Delay: Never
|
|
||||||
* Screen Lock: OFF
|
|
||||||
Power:
|
|
||||||
* Blank screen: Never
|
|
||||||
Displays:
|
|
||||||
* Resolution: 1280 x 800
|
|
||||||
Users:
|
|
||||||
* Automatic login on
|
|
||||||
# Add user to sudoers
|
|
||||||
Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt
|
|
||||||
Add 'GRUB_GFXMODE=1280x800' to /etc/default/grub
|
|
||||||
sudo grub2-mkconfig -o /etc/grub2.cfg
|
|
||||||
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
|
||||||
# Add support for virtio driver
|
|
||||||
su
|
|
||||||
echo "add_drivers+=\" virtio-blk \"" >> /etc/dracut.conf.d/virtio.conf
|
|
||||||
dracut -f
|
|
||||||
|
|
||||||
yum -y install qemu-guest-agent
|
|
||||||
|
|
||||||
# Do these from Opennebula UI!
|
|
||||||
|
|
||||||
# Enable network connection from right upper corner
|
|
||||||
This is done when the VM is launched as persistent in OpenNebula.
|
|
||||||
# Fetch and run coin-setup
|
|
||||||
Download http://coin/coin/binary/linux_amd64/coin-setup
|
|
||||||
# run as qt user
|
|
||||||
run './coin-setup'
|
|
||||||
# Switch to use GNOME Classic user interface
|
|
||||||
# GNOME Classic was selected because there's an issue with Starndard (wayland display server). Autotest start failing because terminal session remains in Activities Overview.
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3854
|
|
||||||
First execute script ./01-disable-automounting.sh (dconf update crash in GNOME Classic)
|
|
||||||
logout -> Select user (without it the drop down menu won't appear) -> switch to 'GNOME Classic' from drop down menu in login screen
|
|
||||||
Reboot
|
|
||||||
@@ -1,96 +0,0 @@
|
|||||||
### OpenSUSE Leap 16.0 ###
|
|
||||||
## KDE ##
|
|
||||||
## In qtci-linux-openSUSE-16.0-x86_64-50 > Graphics Platform: X11 (System default) ##
|
|
||||||
|
|
||||||
# Installation #
|
|
||||||
Language: English (US)
|
|
||||||
Keyboard Layout: English (US)
|
|
||||||
|
|
||||||
Activate online repositories during installation (yes)
|
|
||||||
Use default selections
|
|
||||||
(Note: openSUSE 16.0 didn't offer these)
|
|
||||||
|
|
||||||
Desktop with KDE Plasma
|
|
||||||
- This is not available in installer in openSUSE 16.0
|
|
||||||
- Needs to be installed later via zypper
|
|
||||||
|
|
||||||
Suggested Partitioning - default values
|
|
||||||
|
|
||||||
Clock and Time Zone
|
|
||||||
- Region: Etc
|
|
||||||
- Time Zone: UTC - Coordinated Universal Time
|
|
||||||
- Hardware Clock Set to UTC (yes)
|
|
||||||
|
|
||||||
## Configurations ##
|
|
||||||
Before coin-setup add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt
|
|
||||||
zypper update
|
|
||||||
|
|
||||||
## openSUSE 16.0 ##
|
|
||||||
# - Doesn't have Desktop GUI etc.
|
|
||||||
# - Needs to install more than with previous versions
|
|
||||||
|
|
||||||
# Install GNOME and KDE Plasma to get Desktops available
|
|
||||||
sudo zypper install -t pattern GNOME
|
|
||||||
sudo zypper install -t pattern kde
|
|
||||||
|
|
||||||
# Set graphical target:
|
|
||||||
sudo systemctl set-default graphical.target
|
|
||||||
sudo reboot
|
|
||||||
# After reboot continue installation from Desktop GUI
|
|
||||||
|
|
||||||
# How to remove Activities overview which has issues with some tests
|
|
||||||
- Switch from GDM to SDDM display manager to have Plasma (X11) available
|
|
||||||
- Plasma (X11) is selected because it doesn't have Activities overview
|
|
||||||
|
|
||||||
#sudo zypper install sddm <-- Not needed, we have sddm-qt6 package installed
|
|
||||||
sudo systemctl disable gdm
|
|
||||||
sudo systemctl enable sddm
|
|
||||||
sudo systemctl set-default graphical.target
|
|
||||||
|
|
||||||
# To verify which display manager is in use:
|
|
||||||
cat /etc/systemd/system/display-manager.service
|
|
||||||
|
|
||||||
# After reboot Desktop Session: Plasma (X11) should be enabled in login screen
|
|
||||||
sudo reboot
|
|
||||||
|
|
||||||
# To have autologin enabled
|
|
||||||
edit /etc/sysconfig/displaymanager
|
|
||||||
DISPLAYMANAGER_AUTOLOGIN="qt"
|
|
||||||
|
|
||||||
# Autologin needs SDDM configuration to keep Plasma (X11) as selected
|
|
||||||
create /etc/sddm.conf.d/autologin.con
|
|
||||||
|
|
||||||
[Autologin]
|
|
||||||
User=qt
|
|
||||||
Session=plasma6.desktop
|
|
||||||
|
|
||||||
sudo reboot # And verify that autologin works and Desktop Session is still Plasma (X11)
|
|
||||||
|
|
||||||
# Enable and start OpenSSH server
|
|
||||||
systemctl status sshd
|
|
||||||
systemctl enable sshd
|
|
||||||
systemctl start sshd
|
|
||||||
|
|
||||||
# Login to desktop and continue with Coin setup
|
|
||||||
Download and run coin-setup binary - http://<Coin IP>/coin/binary/linux_amd64/coin-setup
|
|
||||||
- If IP has changed and Coin name not visible to VM, check from Coin logs which IP works for VMs
|
|
||||||
- chmod 755 ./coin-setup && ./coin-setup
|
|
||||||
|
|
||||||
Workspace Behavior - Screen locking - Lock screen automatically - unselect options
|
|
||||||
Startup and Shutdown - Login Screen - Behavior - Select Automatically log in with session (System default)
|
|
||||||
Notifications
|
|
||||||
All & App Notifications - unselect
|
|
||||||
Critical notifications - unselect
|
|
||||||
Low priority notifications - unselect
|
|
||||||
Application progress: Show in task manager - unselect
|
|
||||||
Show in notifications - unselect
|
|
||||||
Notification badges: Show in task manager - unselect
|
|
||||||
Display and Monitor - Display Configuration - 1280x800
|
|
||||||
Power Management: Screen Energy Saving - unselect
|
|
||||||
Suspend Session - unselect
|
|
||||||
YaST - Hardware - Sound - Add Dummy soundcard
|
|
||||||
- openSUSE 16.0 already had dummy soundcard enabled again
|
|
||||||
|
|
||||||
sudo zypper -nq install qemu-guest-agent
|
|
||||||
|
|
||||||
Reboot
|
|
||||||
@@ -4,12 +4,12 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.example.gradle_project'
|
namespace 'com.example.gradle_project'
|
||||||
compileSdk 36
|
compileSdk 35
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.example.gradle_project"
|
applicationId "com.example.gradle_project"
|
||||||
minSdk 28
|
minSdk 28
|
||||||
targetSdk 36
|
targetSdk 35
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,65 +7,15 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
function print_help {
|
|
||||||
echo "Usage: [ANDROID_EMULATOR=<name>] $0 [--avd <name>] [--window] [--help]"
|
|
||||||
echo ""
|
|
||||||
echo "This script launches the Android emulator on Qt CI."
|
|
||||||
echo ""
|
|
||||||
echo "Options:"
|
|
||||||
echo " --avd <name> Set the AVD name to launch (overrides ANDROID_EMULATOR env var)"
|
|
||||||
echo " --window Show the emulator window (default is headless via -no-window)"
|
|
||||||
echo " --help Show this help message"
|
|
||||||
echo ""
|
|
||||||
}
|
|
||||||
|
|
||||||
WINDOW_ARG="-no-window"
|
|
||||||
AVD_NAME_ARG=""
|
|
||||||
while [ $# -gt 0 ]; do
|
|
||||||
arg="$1"
|
|
||||||
case "$arg" in
|
|
||||||
--help)
|
|
||||||
print_help
|
|
||||||
exit 0
|
|
||||||
;;
|
|
||||||
--window)
|
|
||||||
WINDOW_ARG=""
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
--avd)
|
|
||||||
if [ -n "$2" ]; then
|
|
||||||
AVD_NAME_ARG="$2"
|
|
||||||
shift 2
|
|
||||||
else
|
|
||||||
echo "Error: --avd requires an argument"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
EMULATOR_MAX_RETRIES=3
|
EMULATOR_MAX_RETRIES=3
|
||||||
ADB_MAX_TIMEOUT=180
|
ADB_MAX_TIMEOUT=180
|
||||||
EMULATOR_EXEC="$ANDROID_SDK_ROOT/emulator/emulator"
|
EMULATOR_EXEC="$ANDROID_SDK_ROOT/emulator/emulator"
|
||||||
ADB_EXEC="$ANDROID_SDK_ROOT/platform-tools/adb"
|
ADB_EXEC="$ANDROID_SDK_ROOT/platform-tools/adb"
|
||||||
|
|
||||||
if [ -z "$COIN_CTEST_RESULTSDIR" ]; then
|
|
||||||
COIN_CTEST_RESULTSDIR="$(pwd)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LOGCAT_PATH="$COIN_CTEST_RESULTSDIR/emulator_logcat_%iter.txt"
|
LOGCAT_PATH="$COIN_CTEST_RESULTSDIR/emulator_logcat_%iter.txt"
|
||||||
EMULATOR_RUN_LOG_PATH="$COIN_CTEST_RESULTSDIR/emulator_run_log_%iter.txt"
|
EMULATOR_RUN_LOG_PATH="$COIN_CTEST_RESULTSDIR/emulator_run_log_%iter.txt"
|
||||||
|
|
||||||
if [ -n "$AVD_NAME_ARG" ]; then
|
if [ -z "${ANDROID_EMULATOR}" ]; then
|
||||||
AVD_NAME="$AVD_NAME_ARG"
|
echo "No AVD name provided via ANDROID_EMULATOR env variable. Aborting!"
|
||||||
else
|
|
||||||
AVD_NAME="$ANDROID_EMULATOR"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "${AVD_NAME}" ]; then
|
|
||||||
echo "No AVD name provided via --avd option or ANDROID_EMULATOR env variable. Aborting!"
|
|
||||||
echo "Available AVDs names:"
|
|
||||||
$EMULATOR_EXEC -list-avds | sed 's/^/ /'
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -109,10 +59,10 @@ do
|
|||||||
LOGCAT_PATH=${LOGCAT_PATH//%iter/${counter}}
|
LOGCAT_PATH=${LOGCAT_PATH//%iter/${counter}}
|
||||||
EMULATOR_RUN_LOG_PATH=${EMULATOR_RUN_LOG_PATH//%iter/${counter}}
|
EMULATOR_RUN_LOG_PATH=${EMULATOR_RUN_LOG_PATH//%iter/${counter}}
|
||||||
|
|
||||||
echo "Starting emulator ${AVD_NAME}, try ${counter}/${EMULATOR_MAX_RETRIES}" \
|
echo "Starting emulator ${ANDROID_EMULATOR}, try ${counter}/${EMULATOR_MAX_RETRIES}" \
|
||||||
| tee "${EMULATOR_RUN_LOG_PATH}"
|
| tee "${EMULATOR_RUN_LOG_PATH}"
|
||||||
$EMULATOR_EXEC -avd "$AVD_NAME" \
|
$EMULATOR_EXEC -avd "$ANDROID_EMULATOR" \
|
||||||
-gpu swiftshader_indirect -no-audio $WINDOW_ARG -no-boot-anim \
|
-gpu swiftshader_indirect -no-audio -no-window -no-boot-anim \
|
||||||
-cores 4 -memory 16000 -partition-size 4096 \
|
-cores 4 -memory 16000 -partition-size 4096 \
|
||||||
-detect-image-hang -restart-when-stalled -no-snapshot-save \
|
-detect-image-hang -restart-when-stalled -no-snapshot-save \
|
||||||
-no-nested-warnings -logcat '*:v' -logcat-output "${LOGCAT_PATH}" \
|
-no-nested-warnings -logcat '*:v' -logcat-output "${LOGCAT_PATH}" \
|
||||||
@@ -120,7 +70,7 @@ do
|
|||||||
emulator_pid=$!
|
emulator_pid=$!
|
||||||
disown $emulator_pid
|
disown $emulator_pid
|
||||||
|
|
||||||
echo "Waiting ${ADB_MAX_TIMEOUT} seconds for emulated device to start..."
|
echo "Waiting ${ADB_MAX_TIMEOUT} seconds for emulated device to appear..."
|
||||||
timeout ${ADB_MAX_TIMEOUT} "$ADB_EXEC" wait-for-device
|
timeout ${ADB_MAX_TIMEOUT} "$ADB_EXEC" wait-for-device
|
||||||
|
|
||||||
# Due to some bug in Coin/Go, we can't have the emulator command stream
|
# Due to some bug in Coin/Go, we can't have the emulator command stream
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
# It also runs update for SDK API, latest SDK tools, latest platform-tools and build-tools version
|
||||||
|
|
||||||
set -ex
|
set -e
|
||||||
|
|
||||||
# shellcheck source=../unix/DownloadURL.sh
|
# shellcheck source=../unix/DownloadURL.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||||
@@ -22,24 +22,19 @@ sudo mkdir -p "$sdkTargetFolder"
|
|||||||
|
|
||||||
basePath="http://ci-files01-hki.ci.qt.io/input/android"
|
basePath="http://ci-files01-hki.ci.qt.io/input/android"
|
||||||
|
|
||||||
toolsVersion="19.0"
|
toolsVersion="2.1"
|
||||||
toolsFile="commandlinetools-linux-13114758_latest.zip"
|
toolsFile="commandlinetools-linux-6609375_latest.zip"
|
||||||
toolsBackupUrl="https://dl.google.com/android/repository/$toolsFile"
|
sdkBuildToolsVersion="35.0.1"
|
||||||
sdkBuildToolsVersion="36.0.0"
|
sdkApiLevel="android-35"
|
||||||
sdkApiLevel="android-36"
|
toolsSha1="9172381ff070ee2a416723c1989770cf4b0d1076"
|
||||||
toolsSha1="5fdcc763663eefb86a5b8879697aa6088b041e70"
|
|
||||||
|
|
||||||
ndkVersionLatest="r27c"
|
ndkVersionLatest="r27c"
|
||||||
ndkSha1Latest="090e8083a715fdb1a3e402d0763c388abb03fb4e"
|
ndkSha1Latest="090e8083a715fdb1a3e402d0763c388abb03fb4e"
|
||||||
|
|
||||||
# Preview NDK that is in alpha/beta/RC state
|
|
||||||
ndkVersionPreview="r29-beta2"
|
|
||||||
ndkSha1Preview="06c29d6764526fb51407d08fcead41247ddd3b70"
|
|
||||||
|
|
||||||
# Non-latest (but still supported by the qt/qt5 branch) NDKs are installed for nightly targets in:
|
# Non-latest (but still supported by the qt/qt5 branch) NDKs are installed for nightly targets in:
|
||||||
# coin/platform_configs/nightly_android.yaml
|
# coin/platform_configs/nightly_android.yaml
|
||||||
|
|
||||||
ndkVersionNightly1=$ndkVersionLatest # Set as same version as latest = skip NDK install in provisioning
|
ndkVersionNightly1=$ndkVersionLatest # Same version = skip NDK install for nightly
|
||||||
ndkSha1Nightly1=$ndkSha1Latest
|
ndkSha1Nightly1=$ndkSha1Latest
|
||||||
|
|
||||||
ndkVersionNightly2=$ndkVersionLatest
|
ndkVersionNightly2=$ndkVersionLatest
|
||||||
@@ -58,17 +53,11 @@ toolsTargetFile="/tmp/$toolsFile"
|
|||||||
toolsSourceFile="$basePath/$toolsFile"
|
toolsSourceFile="$basePath/$toolsFile"
|
||||||
|
|
||||||
echo "Download and unzip Android SDK"
|
echo "Download and unzip Android SDK"
|
||||||
DownloadURL "$toolsSourceFile" "$toolsBackupUrl" "$toolsSha1" "$toolsTargetFile"
|
DownloadURL "$toolsSourceFile" "$toolsSourceFile" "$toolsSha1" "$toolsTargetFile"
|
||||||
echo "Unzipping Android Tools to '$sdkTargetFolder'"
|
echo "Unzipping Android Tools to '$sdkTargetFolder'"
|
||||||
sudo unzip -q "$toolsTargetFile" -d "$sdkTargetFolder"
|
sudo unzip -q "$toolsTargetFile" -d "$sdkTargetFolder"
|
||||||
rm "$toolsTargetFile"
|
rm "$toolsTargetFile"
|
||||||
|
|
||||||
# Android Command-Line Tools unpacks a directory 'cmdline-tools'. Due
|
|
||||||
# to existing code, we need to move it into 'cmdline-tools/tools'
|
|
||||||
sudo mv "$sdkTargetFolder/cmdline-tools" "$sdkTargetFolder/tools"
|
|
||||||
sudo mkdir "$sdkTargetFolder/cmdline-tools"
|
|
||||||
sudo mv "$sdkTargetFolder/tools" "$sdkTargetFolder/cmdline-tools"
|
|
||||||
|
|
||||||
function InstallNdk() {
|
function InstallNdk() {
|
||||||
|
|
||||||
ndkVersion=$1
|
ndkVersion=$1
|
||||||
@@ -90,11 +79,6 @@ function InstallNdk() {
|
|||||||
InstallNdk $ndkVersionLatest $ndkSha1Latest
|
InstallNdk $ndkVersionLatest $ndkSha1Latest
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_LATEST" "$androidNdkRoot"
|
SetEnvVar "ANDROID_NDK_ROOT_LATEST" "$androidNdkRoot"
|
||||||
|
|
||||||
if [ "$ndkVersionPreview" != "$ndkVersionLatest" ]; then
|
|
||||||
InstallNdk $ndkVersionPreview $ndkSha1Preview
|
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_PREVIEW" "$androidNdkRoot"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$ndkVersionNightly1" != "$ndkVersionLatest" ]; then
|
if [ "$ndkVersionNightly1" != "$ndkVersionLatest" ]; then
|
||||||
InstallNdk $ndkVersionNightly1 $ndkSha1Nightly1
|
InstallNdk $ndkVersionNightly1 $ndkSha1Nightly1
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY1" "$androidNdkRoot"
|
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY1" "$androidNdkRoot"
|
||||||
@@ -122,6 +106,9 @@ sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
|||||||
# But don't let the pipeline hide sdkmanager failures.
|
# But don't let the pipeline hide sdkmanager failures.
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
sudo mkdir "$sdkTargetFolder/cmdline-tools"
|
||||||
|
sudo mv "$sdkTargetFolder/tools" "$sdkTargetFolder/cmdline-tools"
|
||||||
|
|
||||||
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
||||||
# shellcheck disable=SC2031
|
# shellcheck disable=SC2031
|
||||||
if [ "$http_proxy" != "" ]; then
|
if [ "$http_proxy" != "" ]; then
|
||||||
@@ -149,9 +136,7 @@ cat >>~/versions.txt <<EOB
|
|||||||
Android SDK tools = $toolsVersion
|
Android SDK tools = $toolsVersion
|
||||||
Android SDK Build Tools = $sdkBuildToolsVersion
|
Android SDK Build Tools = $sdkBuildToolsVersion
|
||||||
Android SDK API level = $sdkApiLevel
|
Android SDK API level = $sdkApiLevel
|
||||||
Android NDK latest = $ndkVersionLatest
|
Android NDK = $ndkVersion
|
||||||
Android NDK nightly1 = $ndkVersionNightly1
|
|
||||||
Android NDK nightly2 = $ndkVersionNightly2
|
|
||||||
EOB
|
EOB
|
||||||
|
|
||||||
cd "$sdkTargetFolder/cmdline-tools/tools/bin"
|
cd "$sdkTargetFolder/cmdline-tools/tools/bin"
|
||||||
@@ -173,7 +158,7 @@ echo "Download and unzip Android 9 System Image"
|
|||||||
minVersionFileName="x86-28_r08.zip"
|
minVersionFileName="x86-28_r08.zip"
|
||||||
minVersionDestination="$sdkTargetFolder/system-images/android-28/google_apis/"
|
minVersionDestination="$sdkTargetFolder/system-images/android-28/google_apis/"
|
||||||
minVersionFilePath="$minVersionDestination/$minVersionFileName"
|
minVersionFilePath="$minVersionDestination/$minVersionFileName"
|
||||||
minVersionCiUrl="$basePath/system_images/google_apis/$minVersionFileName"
|
minVersionCiUrl="$basePath/system-images/google_apis/$minVersionFileName"
|
||||||
minVersionUrl="https://dl.google.com/android/repository/sys-img/google_apis/$minVersionFileName"
|
minVersionUrl="https://dl.google.com/android/repository/sys-img/google_apis/$minVersionFileName"
|
||||||
minVersionSha1="41e3b854d7987a3d8b7500631dae1f1d32d3db4e"
|
minVersionSha1="41e3b854d7987a3d8b7500631dae1f1d32d3db4e"
|
||||||
|
|
||||||
@@ -184,27 +169,45 @@ echo "Unzipping the Android 9 to $minVersionDestination"
|
|||||||
sudo unzip -o -q "$minVersionFilePath" -d "$minVersionDestination"
|
sudo unzip -o -q "$minVersionFilePath" -d "$minVersionDestination"
|
||||||
rm "$minVersionFilePath"
|
rm "$minVersionFilePath"
|
||||||
|
|
||||||
echo "Download and unzip Android 16 System Image"
|
echo "Download and unzip Android 15 System Image"
|
||||||
maxVersionFileName="x86_64-36_r07.zip"
|
maxVersionFileName="x86_64-35_r08.zip"
|
||||||
maxVersionDestination="$sdkTargetFolder/system-images/android-36/google_apis/"
|
maxVersionDestination="$sdkTargetFolder/system-images/android-35/google_apis/"
|
||||||
maxVersionFilePath="$maxVersionDestination/$maxVersionFileName"
|
maxVersionFilePath="$maxVersionDestination/$maxVersionFileName"
|
||||||
maxVersionCiUrl="$basePath/system_images/google_apis/$maxVersionFileName"
|
maxVersionCiUrl="$basePath/system-images/google_apis/$maxVersionFileName"
|
||||||
maxVersionUrl="https://dl.google.com/android/repository/sys-img/google_apis/$maxVersionFileName"
|
maxVersionUrl="https://dl.google.com/android/repository/sys-img/google_apis/$maxVersionFileName"
|
||||||
maxVersionSha1="c6bf44bdcd885bb902b4ba752d111a073ad7a817"
|
maxVersionSha1="d79169884cabc6680cb29d32c2112ad46c858c1b"
|
||||||
|
|
||||||
mkdir -p "$maxVersionDestination"
|
mkdir -p "$maxVersionDestination"
|
||||||
DownloadURL "$maxVersionCiUrl" "$maxVersionUrl" "$maxVersionSha1" "$maxVersionFilePath"
|
DownloadURL "$maxVersionCiUrl" "$maxVersionUrl" "$maxVersionSha1" "$maxVersionFilePath"
|
||||||
|
|
||||||
echo "Unzipping the Android 16 to $maxVersionDestination"
|
echo "Unzipping the Android 15 to $maxVersionDestination"
|
||||||
sudo unzip -o -q "$maxVersionFilePath" -d "$maxVersionDestination"
|
sudo unzip -o -q "$maxVersionFilePath" -d "$maxVersionDestination"
|
||||||
rm "$maxVersionFilePath"
|
rm "$maxVersionFilePath"
|
||||||
|
|
||||||
|
echo "Download and unzip Android 16 System Image for insignificant"
|
||||||
|
insignificantMaxVersionFileName="x86_64-36_r06.zip"
|
||||||
|
insignificantMaxVersionDestination="$sdkTargetFolder/system-images/android-36/google_apis/"
|
||||||
|
insignificantMaxVersionFilePath="$insignificantMaxVersionDestination/$insignificantMaxVersionFileName"
|
||||||
|
insignificantMaxVersionCiUrl="$basePath/system-images/google_apis/$insignificantMaxVersionFileName"
|
||||||
|
insignificantMaxVersionUrl="https://dl.google.com/android/repository/sys-img/google_apis/$insignificantMaxVersionFileName"
|
||||||
|
insignificantMaxVersionSha1="a9b0b4a0488e0c6c380f5485507950f011388511"
|
||||||
|
|
||||||
|
mkdir -p "$insignificantMaxVersionDestination"
|
||||||
|
DownloadURL "$insignificantMaxVersionCiUrl" "$insignificantMaxVersionUrl" "$insignificantMaxVersionSha1" "$insignificantMaxVersionFilePath"
|
||||||
|
|
||||||
|
echo "Unzipping the Android 16 insignicant to $insignificantMaxVersionDestination"
|
||||||
|
sudo unzip -o -q "$insignificantMaxVersionFilePath" -d "$insignificantMaxVersionDestination"
|
||||||
|
rm "$insignificantMaxVersionFilePath"
|
||||||
|
|
||||||
echo "Checking the contents of Android SDK again..."
|
echo "Checking the contents of Android SDK again..."
|
||||||
ls -l "$sdkTargetFolder"
|
ls -l "$sdkTargetFolder"
|
||||||
|
|
||||||
echo "no" | ./avdmanager create avd -n emulator_x86_api_28 -c 2048M -f \
|
echo "no" | ./avdmanager create avd -n emulator_x86_api_28 -c 2048M -f \
|
||||||
-k "system-images;android-28;google_apis;x86"
|
-k "system-images;android-28;google_apis;x86"
|
||||||
|
|
||||||
|
echo "no" | ./avdmanager create avd -n emulator_x86_64_api_35 -c 2048M -f \
|
||||||
|
-k "system-images;android-35;google_apis;x86_64"
|
||||||
|
|
||||||
echo "no" | ./avdmanager create avd -n emulator_x86_64_api_36 -c 2048M -f \
|
echo "no" | ./avdmanager create avd -n emulator_x86_64_api_36 -c 2048M -f \
|
||||||
-k "system-images;android-36;google_apis;x86_64"
|
-k "system-images;android-36;google_apis;x86_64"
|
||||||
|
|
||||||
@@ -228,7 +231,7 @@ echo "no" | ./avdmanager create avd -n automotive_emulator_x86_64_api_29 -c 2048
|
|||||||
# To be used by the VMs to start the emulator for tests
|
# To be used by the VMs to start the emulator for tests
|
||||||
emulator_script_filename="android_emulator_launcher.sh"
|
emulator_script_filename="android_emulator_launcher.sh"
|
||||||
scripts_dir_name="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
scripts_dir_name="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
||||||
cp "${scripts_dir_name}/../unix/${emulator_script_filename}" "${HOME}"
|
cp "${scripts_dir_name}/${emulator_script_filename}" "${HOME}"
|
||||||
ANDROID_EMULATOR_RUNNER="${HOME}/${emulator_script_filename}"
|
ANDROID_EMULATOR_RUNNER="${HOME}/${emulator_script_filename}"
|
||||||
SetEnvVar "ANDROID_EMULATOR_RUNNER" "$ANDROID_EMULATOR_RUNNER"
|
SetEnvVar "ANDROID_EMULATOR_RUNNER" "$ANDROID_EMULATOR_RUNNER"
|
||||||
|
|
||||||
@@ -237,7 +240,7 @@ cp -r "${scripts_dir_name}/android/gradle_project" /tmp/gradle_project
|
|||||||
cd /tmp/gradle_project
|
cd /tmp/gradle_project
|
||||||
# Get Gradle files from qtbase
|
# Get Gradle files from qtbase
|
||||||
qtbaseGradleUrl="https://code.qt.io/cgit/qt/qtbase.git/plain/src/3rdparty/gradle"
|
qtbaseGradleUrl="https://code.qt.io/cgit/qt/qtbase.git/plain/src/3rdparty/gradle"
|
||||||
commit_sha="bb12c984b2c838bdb06169ef7d659384c02c8b82"
|
commit_sha="5bc160bc8385f6a2e590ffb964d1d390c1ab4ce6"
|
||||||
curl "$qtbaseGradleUrl/gradle.properties?h=$commit_sha" > gradle.properties
|
curl "$qtbaseGradleUrl/gradle.properties?h=$commit_sha" > gradle.properties
|
||||||
curl "$qtbaseGradleUrl/gradlew?h=$commit_sha" > gradlew
|
curl "$qtbaseGradleUrl/gradlew?h=$commit_sha" > gradlew
|
||||||
curl "$qtbaseGradleUrl/gradlew.bat?h=$commit_sha" > gradlew.bat
|
curl "$qtbaseGradleUrl/gradlew.bat?h=$commit_sha" > gradlew.bat
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"Project": {
|
"Project": {
|
||||||
"Git": {
|
"Git": {
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"author_line": "author-mail",
|
|
||||||
"sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git",
|
"sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git",
|
||||||
"sourceserver_remote_url": "ssh://codereview.qt-project.org:29418/qt/$(env:TESTED_MODULE_COIN)"
|
"sourceserver_remote_url": "ssh://codereview.qt-project.org:29418/qt/$(env:TESTED_MODULE_COIN)"
|
||||||
},
|
},
|
||||||
@@ -12,12 +11,7 @@
|
|||||||
},
|
},
|
||||||
"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
|
"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
|
||||||
"ir": "$(env:IRNAME)",
|
"ir": "$(env:IRNAME)",
|
||||||
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_$(env:TESTED_MODULE_BRANCH_COIN)_$(env:TARGET_OS_COIN)"
|
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_dev_$(env:TARGET_OS_COIN)"
|
||||||
},
|
|
||||||
"VCSIntegration": {
|
|
||||||
"vcs_mapping": {
|
|
||||||
"vcs_account_callback": "dsquery * forestroot -filter \"(&(objectCategory=Person)(mail=%1)) -attr sAMAccountName -l"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Results": {
|
"Results": {
|
||||||
|
|||||||
@@ -1,23 +1,5 @@
|
|||||||
{
|
{
|
||||||
"Analysis": {
|
"Analysis": {
|
||||||
"CWE-119": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CWE-125": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CWE-190": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CWE-416": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CWE-476": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CWE-787": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"CloneDetection": {
|
"CloneDetection": {
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"excludes": [
|
"excludes": [
|
||||||
@@ -51,16 +33,16 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-CtorMissingParentArgument": {
|
"Qt-CtorMissingParentArgument": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-DetachingTemporary": {
|
"Qt-DetachingTemporary": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-FullyQualifiedMocTypes": {
|
"Qt-FullyQualifiedMocTypes": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-FunctionArgsByValueRef": {
|
"Qt-FunctionArgsByValueRef": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-DuplicateIncludeGuard": {
|
"Qt-Generic-DuplicateIncludeGuard": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -69,22 +51,19 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-InitializeAllFieldsInConstructor": {
|
"Qt-Generic-InitializeAllFieldsInConstructor": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-MissingBaseCopy": {
|
"Qt-Generic-MissingBaseCopy": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-MissingIncludeGuard": {
|
"Qt-Generic-MissingIncludeGuard": {
|
||||||
"_active": false
|
|
||||||
},
|
|
||||||
"Qt-Generic-MissingTrCall": {
|
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-NoAbsoluteInclude": {
|
"Qt-Generic-NoAbsoluteInclude": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-NoFunctionDefinitionInHeader": {
|
"Qt-Generic-NoFunctionDefinitionInHeader": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Generic-NoIrregularInclude": {
|
"Qt-Generic-NoIrregularInclude": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -114,7 +93,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-IncorrectEmit": {
|
"Qt-IncorrectEmit": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-InstallEventFilter": {
|
"Qt-InstallEventFilter": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -129,16 +108,16 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-MissingQObjectMacro": {
|
"Qt-MissingQObjectMacro": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-MutableContainerKey": {
|
"Qt-MutableContainerKey": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-NonPodGlobalStatic": {
|
"Qt-NonPodGlobalStatic": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-OldStyleConnect": {
|
"Qt-OldStyleConnect": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-OverloadedSignal": {
|
"Qt-OverloadedSignal": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -162,7 +141,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-QPropertyWithoutNotify": {
|
"Qt-QPropertyWithoutNotify": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-QStringArg": {
|
"Qt-QStringArg": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -177,7 +156,7 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-RangeLoopDetach": {
|
"Qt-RangeLoopDetach": {
|
||||||
"_active": true
|
"_active": false
|
||||||
},
|
},
|
||||||
"Qt-RangeLoopReference": {
|
"Qt-RangeLoopReference": {
|
||||||
"_active": true
|
"_active": true
|
||||||
@@ -186,65 +165,11 @@
|
|||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-RuleOfThree": {
|
"Qt-RuleOfThree": {
|
||||||
"_active": false
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-RuleOfTwoSoft": {
|
"Qt-RuleOfTwoSoft": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
"Qt-Security-QAuthenticatorSetPassword": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QDataStreamOperatorRead": {
|
|
||||||
"_active": false
|
|
||||||
},
|
|
||||||
"Qt-Security-QDtlsIgnoreVerificationErrors": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QMqttClientSetPassword": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QNetworkAccessManagerConnectToHost": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QNetworkReplyIgnoreSslErrors": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QProcessStart": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSqlDatabaseSetPassword": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslConfigurationSetCiphers": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslConfigurationSetMissingCertificateIsFatal": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslConfigurationSetPeerVerifyMode": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslConfigurationSetProtocol": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslSocketIgnoreSslErrors": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslSocketSetPeerVerifyMode": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QSslSocketSetProtocol": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QUrlSetPassword": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QWebEngineCertificateErrorAcceptCertificate": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-Security-QWebengineViewLoad": {
|
|
||||||
"_active": true
|
|
||||||
},
|
|
||||||
"Qt-SkippedBaseMethod": {
|
"Qt-SkippedBaseMethod": {
|
||||||
"_active": true
|
"_active": true
|
||||||
},
|
},
|
||||||
@@ -278,8 +203,8 @@
|
|||||||
"_Format": "1.0",
|
"_Format": "1.0",
|
||||||
"_VersionNum": [
|
"_VersionNum": [
|
||||||
7,
|
7,
|
||||||
10,
|
8,
|
||||||
4,
|
0,
|
||||||
17655
|
15004
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#Copyright (C) 2024 The Qt Company Ltd
|
|
||||||
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
|
|
||||||
# https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#p-99950-unprivileged-user-namespace-restrictions
|
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555/comments/34
|
|
||||||
sudo bash -c 'cat > /etc/apparmor.d/bitbake' << EOF
|
|
||||||
abi <abi/4.0>,
|
|
||||||
include <tunables/global>
|
|
||||||
|
|
||||||
profile bitbake /**/bitbake/bin/bitbake* flags=(unconfined) {
|
|
||||||
userns,
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
sudo apparmor_parser -r /etc/apparmor.d/bitbake
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# Copyright (C) 2025 The Qt Company Ltd.
|
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
|
|
||||||
# shellcheck source=../unix/SetEnvVar.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
|
||||||
# shellcheck source=../unix/DownloadURL.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|
||||||
|
|
||||||
version="1.18.1"
|
|
||||||
internalUrl="http://ci-files01-hki.ci.qt.io/input/bundletool/bundletool-all-$version.jar"
|
|
||||||
externalUrl="https://github.com/google/bundletool/releases/download/$version/bundletool-all-$version.jar"
|
|
||||||
sha256="675786493983787ffa11550bdb7c0715679a44e1643f3ff980a529e9c822595c"
|
|
||||||
targetFile="$HOME/bundletool"
|
|
||||||
installPrefix="/opt/bundletool"
|
|
||||||
|
|
||||||
DownloadURL "$internalUrl" "$externalUrl" "$sha256" "$targetFile"
|
|
||||||
|
|
||||||
|
|
||||||
sudo mkdir -p "$installPrefix"
|
|
||||||
sudo mv "$targetFile" "$installPrefix/bundletool"
|
|
||||||
|
|
||||||
SetEnvVar "Bundletool_EXECUTABLE" "$installPrefix/bundletool"
|
|
||||||
|
|
||||||
echo "bundletool = $version" >> ~/versions.txt
|
|
||||||
@@ -3,10 +3,6 @@
|
|||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
# This script builds and installs FFmpeg static or shared (default) libs
|
# This script builds and installs FFmpeg static or shared (default) libs
|
||||||
# It can take an optional output parameter for installation:
|
|
||||||
#
|
|
||||||
# install-ffmpeg-linx.sh shared ~/my/install/path
|
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/ffmpeg-installation-utils.sh"
|
source "${BASH_SOURCE%/*}/../unix/ffmpeg-installation-utils.sh"
|
||||||
@@ -16,8 +12,7 @@ build_type=$(get_ffmpeg_build_type "$1")
|
|||||||
ffmpeg_source_dir=$(download_ffmpeg)
|
ffmpeg_source_dir=$(download_ffmpeg)
|
||||||
ffmpeg_name=$(basename "$ffmpeg_source_dir")
|
ffmpeg_name=$(basename "$ffmpeg_source_dir")
|
||||||
ffmpeg_config_options=$(get_ffmpeg_config_options "$build_type")
|
ffmpeg_config_options=$(get_ffmpeg_config_options "$build_type")
|
||||||
default_prefix="/usr/local/$ffmpeg_name"
|
prefix="/usr/local/$ffmpeg_name"
|
||||||
prefix="${2:-$default_prefix}"
|
|
||||||
pkgconfig_path="$PKG_CONFIG_PATH"
|
pkgconfig_path="$PKG_CONFIG_PATH"
|
||||||
|
|
||||||
install_ff_nvcodec_headers() {
|
install_ff_nvcodec_headers() {
|
||||||
@@ -100,6 +95,5 @@ if [ "$build_type" == "shared" ]; then
|
|||||||
"$fix_dependencies" "$output_dir"
|
"$fix_dependencies" "$output_dir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo mkdir -p "$prefix"
|
sudo mv "$output_dir" "/usr/local"
|
||||||
sudo mv "$output_dir"/* "$prefix"
|
|
||||||
set_ffmpeg_dir_env_var "FFMPEG_DIR" "$prefix"
|
set_ffmpeg_dir_env_var "FFMPEG_DIR" "$prefix"
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|||||||
# shellcheck source=../unix/SetEnvVar.sh
|
# shellcheck source=../unix/SetEnvVar.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||||
|
|
||||||
version="2.51.1"
|
version="2.36.1"
|
||||||
officialUrl="https://github.com/git/git/archive/refs/tags/v$version.tar.gz"
|
officialUrl="https://github.com/git/git/archive/refs/tags/v$version.tar.gz"
|
||||||
cachedUrl="http://ci-files01-hki.ci.qt.io/input/git/git-$version.tar.gz"
|
cachedUrl="http://ci-files01-hki.ci.qt.io/input/git/git-$version.tar.gz"
|
||||||
targetFile="/tmp/git-$version.tar.gz"
|
targetFile="/tmp/git-$version.tar.gz"
|
||||||
sha="8a9373d536699c695a58170512983f239ac61979"
|
sha="a17c11da2968f280a13832d97f48e9039edac354"
|
||||||
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
|
DownloadURL "$cachedUrl" "$officialUrl" "$sha" "$targetFile"
|
||||||
sourceDir="/tmp/git-$version-source"
|
sourceDir="/tmp/git-$version-source"
|
||||||
mkdir "$sourceDir"
|
mkdir "$sourceDir"
|
||||||
|
|||||||
42
coin/provisioning/common/linux/install-golang.sh
Executable file
42
coin/provisioning/common/linux/install-golang.sh
Executable file
@@ -0,0 +1,42 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
|
# shellcheck source=../unix/DownloadURL.sh
|
||||||
|
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||||
|
# shellcheck source=../unix/SetEnvVar.sh
|
||||||
|
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||||
|
|
||||||
|
# This script will install go 1.22.4
|
||||||
|
version="1.22.4"
|
||||||
|
|
||||||
|
uname_m="$(uname -m)"
|
||||||
|
case "$uname_m" in
|
||||||
|
x86_64|amd64)
|
||||||
|
sha256="ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d"
|
||||||
|
pkgname="go$version.linux-amd64.tar.gz"
|
||||||
|
dirname="go$version.linux-amd64"
|
||||||
|
;;
|
||||||
|
arm64|aarch64)
|
||||||
|
sha256="a8e177c354d2e4a1b61020aca3562e27ea3e8f8247eca3170e3fa1e0c2f9e771"
|
||||||
|
pkgname="go$version.linux-arm64.tar.gz"
|
||||||
|
dirname="go$version.linux-arm64"
|
||||||
|
;;
|
||||||
|
*) fatal "Unknown architecture in uname: $uname_m" 43 ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
internalUrl="http://ci-files01-hki.ci.qt.io/input/go/linux/$pkgname"
|
||||||
|
externalUrl="https://go.dev/dl/$pkgname"
|
||||||
|
|
||||||
|
targetFile="$HOME/$pkgname"
|
||||||
|
DownloadURL "$internalUrl" "$externalUrl" "$sha256" "$targetFile"
|
||||||
|
echo "Installing Go"
|
||||||
|
tar -xzf "$targetFile" -C "$HOME"
|
||||||
|
rm "$targetFile"
|
||||||
|
|
||||||
|
installPrefix="/opt/$dirname"
|
||||||
|
sudo mv "$HOME/go" "$installPrefix"
|
||||||
|
|
||||||
|
SetEnvVar "PATH" "$installPrefix/bin:\$PATH"
|
||||||
|
|
||||||
|
echo "Go = $version" >> ~/versions.txt
|
||||||
@@ -38,6 +38,5 @@ installPrefix="/opt/$dirname"
|
|||||||
sudo mv "$HOME/$dirname" "$installPrefix"
|
sudo mv "$HOME/$dirname" "$installPrefix"
|
||||||
|
|
||||||
SetEnvVar "PATH" "$installPrefix:\$PATH"
|
SetEnvVar "PATH" "$installPrefix:\$PATH"
|
||||||
SetEnvVar "NINJA_EXECUTABLE" "$installPrefix/ninja"
|
|
||||||
|
|
||||||
echo "ninja = $version" >> ~/versions.txt
|
echo "ninja = $version" >> ~/versions.txt
|
||||||
|
|||||||
@@ -8,17 +8,17 @@ source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||||
|
|
||||||
# This script will install node.js 18.16.0
|
# This script will install node.js 18.16.0
|
||||||
version="22.21.1"
|
version="18.16.0"
|
||||||
|
|
||||||
uname_m="$(uname -m)"
|
uname_m="$(uname -m)"
|
||||||
case "$uname_m" in
|
case "$uname_m" in
|
||||||
x86_64|amd64)
|
x86_64|amd64)
|
||||||
sha256="680d3f30b24a7ff24b98db5e96f294c0070f8f9078df658da1bce1b9c9873c88"
|
sha256="44d93d9b4627fe5ae343012d855491d62c7381b236c347f7666a7ad070f26548"
|
||||||
pkgname="node-v$version-linux-x64.tar.xz"
|
pkgname="node-v$version-linux-x64.tar.xz"
|
||||||
dirname="node-v$version-linux-x64"
|
dirname="node-v$version-linux-x64"
|
||||||
;;
|
;;
|
||||||
arm64|aarch64)
|
arm64|aarch64)
|
||||||
sha256="e660365729b434af422bcd2e8e14228637ecf24a1de2cd7c916ad48f2a0521e1"
|
sha256="c81dfa0bada232cb4583c44d171ea207934f7356f85f9184b32d0dde69e2e0ea"
|
||||||
pkgname="node-v$version-linux-arm64.tar.xz"
|
pkgname="node-v$version-linux-arm64.tar.xz"
|
||||||
dirname="node-v$version-linux-arm64"
|
dirname="node-v$version-linux-arm64"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
echo "Installing vcpkg android ports"
|
echo "Installing vcpkg android ports"
|
||||||
|
|
||||||
pushd "${BASH_SOURCE%/*}/../shared/vcpkg" || exit
|
pushd "${BASH_SOURCE%/*}/vcpkg" || exit
|
||||||
|
cp "${BASH_SOURCE%/*}/../shared/vcpkg-configuration.json" .
|
||||||
|
|
||||||
"$VCPKG_ROOT/vcpkg" install --triplet x86-android-qt --x-install-root x86-android-qt-tmp --debug
|
"$VCPKG_ROOT/vcpkg" install --triplet x86-android-qt --x-install-root x86-android-qt-tmp --debug
|
||||||
"$VCPKG_ROOT/vcpkg" install --triplet x86_64-android-qt --x-install-root x86_64-android-qt-tmp --debug
|
"$VCPKG_ROOT/vcpkg" install --triplet x86_64-android-qt --x-install-root x86_64-android-qt-tmp --debug
|
||||||
|
|
||||||
|
|||||||
@@ -2,17 +2,14 @@
|
|||||||
# Copyright (C) 2023 The Qt Company Ltd.
|
# Copyright (C) 2023 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
# shellcheck source=../unix/SetEnvVar.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
|
||||||
|
|
||||||
echo "Installing vcpkg ports"
|
echo "Installing vcpkg ports"
|
||||||
|
|
||||||
pushd "${BASH_SOURCE%/*}/../shared/vcpkg" || exit
|
pushd "${BASH_SOURCE%/*}/vcpkg" || exit
|
||||||
|
cp "${BASH_SOURCE%/*}/../shared/vcpkg-configuration.json" .
|
||||||
|
|
||||||
install_root=$1-tmp
|
install_root=x64-linux-qt-tmp
|
||||||
vcpkg_extra_args=$2
|
|
||||||
|
|
||||||
"$VCPKG_ROOT/vcpkg" install --triplet $1 --x-install-root $install_root --debug $vcpkg_extra_args
|
"$VCPKG_ROOT/vcpkg" install --triplet x64-linux-qt --x-install-root $install_root --debug
|
||||||
|
|
||||||
cmake "-DVCPKG_EXECUTABLE=$VCPKG_ROOT/vcpkg"\
|
cmake "-DVCPKG_EXECUTABLE=$VCPKG_ROOT/vcpkg"\
|
||||||
"-DVCPKG_INSTALL_ROOT=$PWD/$install_root"\
|
"-DVCPKG_INSTALL_ROOT=$PWD/$install_root"\
|
||||||
@@ -23,8 +20,6 @@ cmake "-DVCPKG_EXECUTABLE=$VCPKG_ROOT/vcpkg"\
|
|||||||
mkdir -p "$VCPKG_ROOT/installed"
|
mkdir -p "$VCPKG_ROOT/installed"
|
||||||
cp -R $install_root/* "$VCPKG_ROOT/installed/"
|
cp -R $install_root/* "$VCPKG_ROOT/installed/"
|
||||||
|
|
||||||
SetEnvVar "VCPKG_INSTALLED_DIR" "$VCPKG_ROOT/installed/"
|
|
||||||
|
|
||||||
rm -rf $install_root
|
rm -rf $install_root
|
||||||
|
|
||||||
popd || exit
|
popd || exit
|
||||||
@@ -2,10 +2,6 @@
|
|||||||
# Copyright (C) 2023 The Qt Company Ltd.
|
# Copyright (C) 2023 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
# This script will
|
|
||||||
# 1) Clone the vcpkg repo - https://github.com/microsoft/vcpkg/tags
|
|
||||||
# 2) Install the vcpkg-tool - https://github.com/microsoft/vcpkg-tool/tags
|
|
||||||
|
|
||||||
# shellcheck source=../unix/SetEnvVar.sh
|
# shellcheck source=../unix/SetEnvVar.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||||
# shellcheck source=../unix/DownloadURL.sh
|
# shellcheck source=../unix/DownloadURL.sh
|
||||||
@@ -22,7 +18,6 @@ echo "Cloning the vcpkg repo"
|
|||||||
git clone "$vcpkgRepo" "$vcpkgRoot"
|
git clone "$vcpkgRepo" "$vcpkgRoot"
|
||||||
git -C "$vcpkgRoot" checkout "tags/$vcpkgVersion"
|
git -C "$vcpkgRoot" checkout "tags/$vcpkgVersion"
|
||||||
|
|
||||||
echo "Install the vcpkg-tool"
|
|
||||||
releaseTagFile="${BASH_SOURCE%/*}/../shared/vcpkg_tool_release_tag.txt"
|
releaseTagFile="${BASH_SOURCE%/*}/../shared/vcpkg_tool_release_tag.txt"
|
||||||
for line in $(cat "$releaseTagFile")
|
for line in $(cat "$releaseTagFile")
|
||||||
do
|
do
|
||||||
@@ -34,8 +29,8 @@ do
|
|||||||
"vcpkg_tool_release_tag")
|
"vcpkg_tool_release_tag")
|
||||||
vcpkgToolReleaseTag=${keyValue[1]}
|
vcpkgToolReleaseTag=${keyValue[1]}
|
||||||
;;
|
;;
|
||||||
"unix_checksum")
|
"linux_sha1")
|
||||||
vcpkgToolChecksum=${keyValue[1]}
|
vcpkgToolSHA1=${keyValue[1]}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@@ -48,9 +43,9 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z vcpkgToolChecksum ]
|
if [ -z vcpkgToolSHA1 ]
|
||||||
then
|
then
|
||||||
echo "Unable to read vcpkg tool Checksum from $releaseTagFile"
|
echo "Unable to read vcpkg tool SHA1 from $releaseTagFile"
|
||||||
echo "Content:"
|
echo "Content:"
|
||||||
cat $releaseTagFile
|
cat $releaseTagFile
|
||||||
exit 1
|
exit 1
|
||||||
@@ -63,7 +58,7 @@ vcpkgToolCacheUrl="http://ci-files01-hki.ci.qt.io/input/vcpkg/vcpkg-tool-$nonDot
|
|||||||
vcpkgToolSourceFolder="$HOME/vcpkg-tool-$vcpkgToolReleaseTag"
|
vcpkgToolSourceFolder="$HOME/vcpkg-tool-$vcpkgToolReleaseTag"
|
||||||
vcpkgToolBuildFolder="$HOME/vcpkg-tool-$vcpkgToolReleaseTag/build"
|
vcpkgToolBuildFolder="$HOME/vcpkg-tool-$vcpkgToolReleaseTag/build"
|
||||||
|
|
||||||
InstallFromCompressedFileFromURL "$vcpkgToolCacheUrl" "$vcpkgToolOfficialUrl" "$vcpkgToolChecksum" "$HOME" ""
|
InstallFromCompressedFileFromURL "$vcpkgToolCacheUrl" "$vcpkgToolOfficialUrl" "$vcpkgToolSHA1" "$HOME" ""
|
||||||
cmake -S "$vcpkgToolSourceFolder" -B "$vcpkgToolBuildFolder" -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DVCPKG_DEVELOPMENT_WARNINGS=OFF
|
cmake -S "$vcpkgToolSourceFolder" -B "$vcpkgToolBuildFolder" -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DVCPKG_DEVELOPMENT_WARNINGS=OFF
|
||||||
cmake --build "$vcpkgToolBuildFolder" --parallel
|
cmake --build "$vcpkgToolBuildFolder" --parallel
|
||||||
|
|
||||||
@@ -86,13 +81,10 @@ SetEnvVar "VCPKG_ROOT" "$vcpkgRoot"
|
|||||||
export VCPKG_ROOT="$vcpkgRoot"
|
export VCPKG_ROOT="$vcpkgRoot"
|
||||||
|
|
||||||
# Set a source for vcpkg Binary and Asset Cache
|
# Set a source for vcpkg Binary and Asset Cache
|
||||||
# The `coin/provisioning/common/<platform>/mount-vcpkg-cache-drive.sh` script is
|
# The `coin/provisioning/common/linux/mount-vcpkg-cache-drive.sh` script is
|
||||||
# mounting the SMB share located in `vcpkg-server.ci.qt.io/vcpkg` to
|
# mounting the SMB share located in `vcpkg-server.ci.qt.io/vcpkg` to
|
||||||
# $HOME/vcpkg-cache/
|
# $HOME/vcpkg-cache/
|
||||||
export VCPKG_BINARY_SOURCES="files,$HOME/vcpkg-cache/binaries,readwrite"
|
export VCPKG_BINARY_SOURCES="files,$HOME/vcpkg-cache/binaries,readwrite"
|
||||||
export X_VCPKG_ASSET_SOURCES="x-azurl,file:///$HOME/vcpkg-cache/assets,,readwrite"
|
export X_VCPKG_ASSET_SOURCES="x-azurl,file:///$HOME/vcpkg-cache/assets,,readwrite"
|
||||||
|
|
||||||
SetEnvVar VCPKG_BINARY_SOURCES "$VCPKG_BINARY_SOURCES"
|
|
||||||
SetEnvVar X_VCPKG_ASSET_SOURCES "$X_VCPKG_ASSET_SOURCES"
|
|
||||||
|
|
||||||
echo "vcpkg = $vcpkgVersion" >> ~/versions.txt
|
echo "vcpkg = $vcpkgVersion" >> ~/versions.txt
|
||||||
@@ -43,9 +43,9 @@ if [ ! -d "$targetFolder" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# QNX SDP
|
# QNX SDP
|
||||||
sourceFile="http://ci-files01-hki.ci.qt.io/input/qnx/qnx800-windows-linux-20250612.tar.xz"
|
sourceFile="http://ci-files01-hki.ci.qt.io/input/qnx/qnx800-windows-linux-20240930.tar.xz"
|
||||||
targetFile="qnx800.tar.xz"
|
targetFile="qnx800.tar.xz"
|
||||||
sha1="d7ca20be6867b569067a17e8b3fa633c7eadad89"
|
sha1="a86d6e001e4ad46f50ed430fb85e8230e730751b"
|
||||||
DownloadAndExtract "$sourceFile" "$sha1" "$targetFile" "$targetFolder"
|
DownloadAndExtract "$sourceFile" "$sha1" "$targetFile" "$targetFolder"
|
||||||
|
|
||||||
sudo cp "$aarch64le_toolchain" "$targetPath"
|
sudo cp "$aarch64le_toolchain" "$targetPath"
|
||||||
@@ -79,10 +79,6 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Target folder has been renamed on QNX8.0 SDP. Link is created to simplify environment
|
|
||||||
# setting at qtBase
|
|
||||||
sudo ln -s $targetPath/target/qnx $targetPath/target/qnx7
|
|
||||||
|
|
||||||
# Set env variables
|
# Set env variables
|
||||||
SetEnvVar "QNX_800" "$targetPath"
|
SetEnvVar "QNX_800" "$targetPath"
|
||||||
SetEnvVar "QNX_800_QEMU" "$qemuTargetPath"
|
SetEnvVar "QNX_800_QEMU" "$qemuTargetPath"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
# local/snippets/ifs_files.custom
|
|
||||||
# Placeholder for local list of files to add to ifs
|
|
||||||
/usr/libexec/sshd-session=usr/libexec/sshd-session
|
|
||||||
@@ -21,7 +21,7 @@ fc-cache &
|
|||||||
|
|
||||||
echo "---> Restart ssh daemon"
|
echo "---> Restart ssh daemon"
|
||||||
slay sshd
|
slay sshd
|
||||||
/system/bin/sshd -f /system/data/etc/ssh/sshd_config
|
/system/xbin/sshd -f /system/data/etc/ssh/sshd_config
|
||||||
|
|
||||||
# Add default route so QNX knows where to send
|
# Add default route so QNX knows where to send
|
||||||
# requests for unknown network
|
# requests for unknown network
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AuthenticationMethods none
|
|||||||
PermitEmptyPasswords yes
|
PermitEmptyPasswords yes
|
||||||
PermitRootLogin yes
|
PermitRootLogin yes
|
||||||
PidFile none
|
PidFile none
|
||||||
Subsystem sftp /system/bin/sftp-server
|
Subsystem sftp /system/xbin/sftp-server
|
||||||
}
|
}
|
||||||
|
|
||||||
# libraries Qt requires
|
# libraries Qt requires
|
||||||
|
|||||||
@@ -6,13 +6,14 @@ set -ex
|
|||||||
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
source "${BASH_SOURCE%/*}/../unix/sccache.sh"
|
||||||
|
|
||||||
targetVersion=v0.11.0
|
targetVersion=0.2.14
|
||||||
|
|
||||||
if [[ $(uname -m) == 'aarch64' ]]; then
|
if [[ $(uname -m) == 'aarch64' ]]; then
|
||||||
targetArch=aarch64-unknown-linux-musl
|
targetArch=aarch64-unknown-linux-musl
|
||||||
sha1=b7606d0fb461c0aa7351f511d9223416a322d52a
|
sha1=0f9b57c423d77f7aa89bb642864ac7689d84d6a0
|
||||||
else
|
else
|
||||||
targetArch=x86_64-unknown-linux-musl
|
targetArch=x86_64-unknown-linux-musl
|
||||||
sha1=ef389a20c85b732cccd48436a5e28ed40bed2806
|
sha1=281680c0fc2c09173e94d12ba45d9f1b8e62e5b3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
installSccache "$targetArch" "$targetVersion" "$sha1"
|
installSccache "$targetArch" "$targetVersion" "$sha1"
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"openssl",
|
"openssl"
|
||||||
"protobuf",
|
|
||||||
"grpc"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -8,120 +8,73 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# shellcheck source=../unix/DownloadURL.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|
||||||
# shellcheck source=../unix/check_and_set_proxy.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/check_and_set_proxy.sh"
|
|
||||||
# shellcheck source=../unix/SetEnvVar.sh
|
# shellcheck source=../unix/SetEnvVar.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||||
|
|
||||||
targetFolder="/opt/android"
|
targetFolder="/opt/android"
|
||||||
sdkTargetFolder="$targetFolder/sdk"
|
sdkTargetFolder="$targetFolder/sdk"
|
||||||
|
|
||||||
sudo mkdir -p "$sdkTargetFolder"
|
basePath="/net/ci-files01-hki.ci.qt.io/hdd/www/input/android"
|
||||||
|
|
||||||
basePath="http://ci-files01-hki.ci.qt.io/input/android"
|
toolsVersion="2.1"
|
||||||
|
# toolsFile dertermines tools version
|
||||||
toolsVersion="19.0"
|
toolsFile="commandlinetools-mac-6609375_latest.zip"
|
||||||
toolsFile="commandlinetools-mac-13114758_latest.zip"
|
|
||||||
toolsBackupUrl="https://dl.google.com/android/repository/$toolsFile"
|
|
||||||
sdkBuildToolsVersion="35.0.1"
|
|
||||||
sdkApiLevel="android-35"
|
|
||||||
toolsSha1="c3e06a1959762e89167d1cbaa988605f6f7c1d24"
|
|
||||||
|
|
||||||
ndkVersionLatest="r27c"
|
|
||||||
ndkSha1Latest="0217c10ffbec496bb9fbfbb3c6fc2477c6b77297"
|
|
||||||
|
|
||||||
# Preview NDK that is in alpha/beta/RC state
|
|
||||||
ndkVersionPreview="r29-beta2"
|
|
||||||
ndkSha1Preview="09be4f8fb626a9c93415198ea8e75d8d82f528fa"
|
|
||||||
|
|
||||||
# Non-latest (but still supported by the qt/qt5 branch) NDKs are installed for nightly targets in:
|
# Non-latest (but still supported by the qt/qt5 branch) NDKs are installed for nightly targets in:
|
||||||
# coin/platform_configs/nightly_android.yaml
|
# coin/platform_configs/nightly_android.yaml
|
||||||
|
|
||||||
ndkVersionNightly1=$ndkVersionLatest # Set as same version as latest = skip NDK install in provisioning
|
ndkVersionLatest="r27c"
|
||||||
ndkSha1Nightly1=$ndkSha1Latest
|
ndkVersionNightly1="$ndkVersionLatest" # If same version as latest = skip NDK install for nightly
|
||||||
ndkVersionNightly2=$ndkVersionLatest
|
ndkVersionNightly2="$ndkVersionLatest"
|
||||||
ndkSha1Nightly2=$ndkSha1Latest
|
|
||||||
sdkBuildToolsVersion="36.0.0"
|
sdkBuildToolsVersion="35.0.1"
|
||||||
# this is compile sdk version
|
# this is compile sdk version
|
||||||
sdkApiLevel="android-36"
|
sdkApiLevel="android-35"
|
||||||
|
|
||||||
toolsTargetFile="/tmp/$toolsFile"
|
|
||||||
toolsSourceFile="$basePath/$toolsFile"
|
toolsSourceFile="$basePath/$toolsFile"
|
||||||
|
|
||||||
echo "Download and unzip Android SDK"
|
|
||||||
DownloadURL "$toolsSourceFile" "$toolsBackupUrl" "$toolsSha1" "$toolsTargetFile"
|
|
||||||
echo "Unzipping Android Tools to '$sdkTargetFolder'"
|
|
||||||
sudo unzip -q "$toolsTargetFile" -d "$sdkTargetFolder"
|
|
||||||
rm "$toolsTargetFile"
|
|
||||||
|
|
||||||
# Android Command-Line Tools unpacks a directory 'cmdline-tools'. Due
|
|
||||||
# to existing code, we need to move it into 'cmdline-tools/tools'
|
|
||||||
sudo mv "$sdkTargetFolder/cmdline-tools" "$sdkTargetFolder/tools"
|
|
||||||
sudo mkdir "$sdkTargetFolder/cmdline-tools"
|
|
||||||
sudo mv "$sdkTargetFolder/tools" "$sdkTargetFolder/cmdline-tools"
|
|
||||||
|
|
||||||
function InstallNdk() {
|
function InstallNdk() {
|
||||||
|
|
||||||
ndkVersion=$1
|
ndkVersion=$1
|
||||||
ndkSha1=$2
|
|
||||||
|
|
||||||
ndkFile="android-ndk-$ndkVersion-darwin.zip"
|
if [[ ! -d "${targetFolder}/android-ndk-${ndkVersion}" ]]; then
|
||||||
ndkTargetFile="/tmp/$ndkFile"
|
echo "Unzipping Android NDK $ndkVersion to '${targetFolder}'"
|
||||||
ndkSourceFile="$basePath/$ndkFile"
|
ndkSourceFile="$basePath/android-ndk-$ndkVersion-darwin*.zip"
|
||||||
|
sudo unzip -q "$ndkSourceFile" -d "$targetFolder"
|
||||||
|
fi
|
||||||
|
|
||||||
DownloadURL "$ndkSourceFile" "$ndkSourceFile" "$ndkSha1" "$ndkTargetFile"
|
|
||||||
echo "Unzipping Android NDK to '$targetFolder'"
|
|
||||||
# Get the package base directory name as string
|
|
||||||
zipBase=$(sudo zipinfo -1 "$ndkTargetFile" 2>/dev/null | awk '!seen {sub("/.*",""); print; seen=1}')
|
|
||||||
sudo unzip -q "$ndkTargetFile" -d "$targetFolder"
|
|
||||||
rm "$ndkTargetFile"
|
|
||||||
androidNdkRoot="${targetFolder}/${zipBase}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
InstallNdk $ndkVersionLatest $ndkSha1Latest
|
InstallNdk $ndkVersionLatest
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_LATEST" "$androidNdkRoot"
|
SetEnvVar "ANDROID_NDK_ROOT_LATEST" "$targetFolder/android-ndk-$ndkVersionLatest"
|
||||||
|
|
||||||
if [ "$ndkVersionPreview" != "$ndkVersionLatest" ]; then
|
|
||||||
InstallNdk $ndkVersionPreview $ndkSha1Preview
|
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_PREVIEW" "$androidNdkRoot"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$ndkVersionNightly1" != "$ndkVersionLatest" ]; then
|
if [ "$ndkVersionNightly1" != "$ndkVersionLatest" ]; then
|
||||||
InstallNdk $ndkVersionNightly1 $ndkSha1Nightly1
|
InstallNdk $ndkVersionNightly1
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY1" "$androidNdkRoot"
|
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY1" "$targetFolder/android-ndk-$ndkVersionNightly1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$ndkVersionNightly2" != "$ndkVersionLatest" ]; then
|
if [ "$ndkVersionNightly2" != "$ndkVersionLatest" ]; then
|
||||||
InstallNdk $ndkVersionNightly2 $ndkSha1Nightly2
|
InstallNdk $ndkVersionNightly2
|
||||||
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY2" "$androidNdkRoot"
|
SetEnvVar "ANDROID_NDK_ROOT_NIGHTLY2" "$targetFolder/android-ndk-$ndkVersionNightly2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Unzipping Android Tools to '$sdkTargetFolder'"
|
||||||
|
sudo unzip -q "$toolsSourceFile" -d "$sdkTargetFolder"
|
||||||
|
|
||||||
echo "Changing ownership of Android files."
|
echo "Changing ownership of Android files."
|
||||||
sudo chown -R qt:wheel "$targetFolder"
|
sudo chown -R qt:wheel "$targetFolder"
|
||||||
sudo chmod -R 755 $targetFolder
|
sudo chmod -R 755 $targetFolder
|
||||||
|
|
||||||
# Stop the sdkmanager from printing thousands of lines of #hashmarks.
|
# Run the following command under `eval` or `sh -c` so that the shell properly splits it
|
||||||
# Run the following command under `eval` or `sh -c` so that the shell properly splits it.
|
|
||||||
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
sdkmanager_no_progress_bar_cmd="tr '\r' '\n' | grep -v '^\[[ =]*\]'"
|
||||||
# But don't let the pipeline hide sdkmanager failures.
|
|
||||||
set -o pipefail
|
sudo mkdir "$sdkTargetFolder/cmdline-tools"
|
||||||
|
sudo mv "$sdkTargetFolder/tools" "$sdkTargetFolder/cmdline-tools"
|
||||||
|
|
||||||
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
echo "Running SDK manager for platforms;$sdkApiLevel, platform-tools and build-tools;$sdkBuildToolsVersion."
|
||||||
# shellcheck disable=SC2031
|
(echo "y"; echo "y") | "$sdkTargetFolder/cmdline-tools/tools/bin/sdkmanager" "--sdk_root=$sdkTargetFolder" \
|
||||||
if [ "$http_proxy" != "" ]; then
|
|
||||||
proxy_host=$(echo "$proxy" | cut -d'/' -f3 | cut -d':' -f1)
|
|
||||||
proxy_port=$(echo "$proxy" | cut -d':' -f3)
|
|
||||||
echo "y" | "$sdkTargetFolder/cmdline-tools/tools/bin/sdkmanager" --sdk_root=$sdkTargetFolder \
|
|
||||||
--no_https --proxy=http --proxy_host="$proxy_host" --proxy_port="$proxy_port" \
|
|
||||||
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
|
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
|
||||||
| eval "$sdkmanager_no_progress_bar_cmd"
|
| eval "$sdkmanager_no_progress_bar_cmd"
|
||||||
else
|
|
||||||
echo "y" | "$sdkTargetFolder/cmdline-tools/tools/bin/sdkmanager" --sdk_root=$sdkTargetFolder \
|
|
||||||
"platforms;$sdkApiLevel" "platform-tools" "build-tools;$sdkBuildToolsVersion" \
|
|
||||||
| eval "$sdkmanager_no_progress_bar_cmd"
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Checking the contents of Android SDK..."
|
echo "Checking the contents of Android SDK..."
|
||||||
ls -l "$sdkTargetFolder"
|
ls -l "$sdkTargetFolder"
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# Copyright (C) 2025 The Qt Company Ltd.
|
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
|
|
||||||
# Delete GCA plists and leases plist to force their regeneration after next reboot
|
|
||||||
# This avoids IPv6 link-local address collision that would happen with
|
|
||||||
# multiple VMs from same image.
|
|
||||||
|
|
||||||
sudo rm -rf /var/db/dhcpclient
|
|
||||||
@@ -15,13 +15,6 @@ disableSpotlight() {
|
|||||||
sudo mdutil -E / || return 1
|
sudo mdutil -E / || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
fixUnknownIndexingState() {
|
|
||||||
echo "Fix unknown indexing state by enabling indexing back one by one"
|
|
||||||
sudo mdutil -i on / || return 1
|
|
||||||
sudo mdutil -i on /System/Volumes/Preboot || return 1
|
|
||||||
sudo mdutil -i on /System/Volumes/Data || return 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Disabling spotlight tends to be flaky, add some retry
|
# Disabling spotlight tends to be flaky, add some retry
|
||||||
for i in $(seq 1 5)
|
for i in $(seq 1 5)
|
||||||
do
|
do
|
||||||
@@ -32,8 +25,7 @@ do
|
|||||||
echo "Spotlight disabled"
|
echo "Spotlight disabled"
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
echo "Failed to disable spotlight, $i run fix and retry..."
|
echo "Failed to disable spotlight, $i retry..."
|
||||||
fixUnknownIndexingState
|
|
||||||
sleep 2
|
sleep 2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
pip3 install --user lipomerge
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#Copyright (C) 2025 The Qt Company Ltd
|
|
||||||
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
# shellcheck source=../common/unix/SetEnvVar.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
|
||||||
|
|
||||||
# shellcheck source=./DownloadURL.sh
|
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|
||||||
|
|
||||||
installerFile="pyenv-installer"
|
|
||||||
sha="1c2f20c26dc8bb7409a6031e8777c0c1b2aae9da"
|
|
||||||
cacheUrl="https://ci-files01-hki.ci.qt.io/input/python/pyenv/${installerFile}"
|
|
||||||
target="${installerFile}"
|
|
||||||
|
|
||||||
DownloadURL "$cacheUrl" "" "$sha" "$target"
|
|
||||||
chmod +x "$target"
|
|
||||||
"./$target"
|
|
||||||
SetEnvVar "PYENV_ROOT" "/Users/qt/.pyenv"
|
|
||||||
SetEnvVar "PATH" "\$PYENV_ROOT/bin:\$PATH"
|
|
||||||
rm -f "$target"
|
|
||||||
@@ -2,8 +2,6 @@
|
|||||||
# Copyright (C) 2021 The Qt Company Ltd.
|
# Copyright (C) 2021 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
# shellcheck source=./../unix/DownloadURL.sh
|
# shellcheck source=./../unix/DownloadURL.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
||||||
|
|
||||||
@@ -22,11 +20,6 @@ function InstallXCode() {
|
|||||||
sourceFile=$1
|
sourceFile=$1
|
||||||
version=$2
|
version=$2
|
||||||
|
|
||||||
if ! [[ $version =~ ^[0-9] ]]; then
|
|
||||||
echo "Error: version input must start with a digit"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Uncompressing and installing '$sourceFile'"
|
echo "Uncompressing and installing '$sourceFile'"
|
||||||
if [[ $sourceFile =~ tar ]]; then
|
if [[ $sourceFile =~ tar ]]; then
|
||||||
cd /Applications/ && sudo tar -zxf "$sourceFile"
|
cd /Applications/ && sudo tar -zxf "$sourceFile"
|
||||||
@@ -42,7 +35,7 @@ function InstallXCode() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Versioning application bundle"
|
echo "Versioning application bundle"
|
||||||
majorVersion="${version%%[^0-9]*}"
|
majorVersion=$(echo "$version" | cut -d '.' -f 1)
|
||||||
versionedAppBundle="/Applications/Xcode${majorVersion}.app"
|
versionedAppBundle="/Applications/Xcode${majorVersion}.app"
|
||||||
sudo mv /Applications/Xcode*.app "${versionedAppBundle}"
|
sudo mv /Applications/Xcode*.app "${versionedAppBundle}"
|
||||||
|
|
||||||
@@ -53,12 +46,8 @@ function InstallXCode() {
|
|||||||
sudo xcodebuild -license accept
|
sudo xcodebuild -license accept
|
||||||
|
|
||||||
echo "Install packages"
|
echo "Install packages"
|
||||||
sudo xcodebuild -runFirstLaunch
|
# -runFirstLaunch is valid in 9.x
|
||||||
|
sudo xcodebuild -runFirstLaunch || true
|
||||||
# Metal toolchain not included by default in Xcode 26
|
|
||||||
if ((majorVersion >= 26)); then
|
|
||||||
xcodebuild -downloadComponent MetalToolchain
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Enabling developer mode, so that using lldb does not require interactive password entry"
|
echo "Enabling developer mode, so that using lldb does not require interactive password entry"
|
||||||
sudo /usr/sbin/DevToolsSecurity -enable
|
sudo /usr/sbin/DevToolsSecurity -enable
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
# shellcheck source=./../unix/InstallFromCompressedFileFromURL.sh
|
# shellcheck source=./../unix/InstallFromCompressedFileFromURL.sh
|
||||||
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||||
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
|
||||||
|
|
||||||
version="1.10.2"
|
version="1.10.2"
|
||||||
internalUrl="http://ci-files01-hki.ci.qt.io/input/mac/ninja-mac_v${version}.zip"
|
internalUrl="http://ci-files01-hki.ci.qt.io/input/mac/ninja-mac_v${version}.zip"
|
||||||
@@ -16,6 +15,4 @@ DestDir="/usr/local/bin/"
|
|||||||
|
|
||||||
InstallFromCompressedFileFromURL "$internalUrl" "$externalUrl" "$SHA1" "$DestDir" ""
|
InstallFromCompressedFileFromURL "$internalUrl" "$externalUrl" "$SHA1" "$DestDir" ""
|
||||||
|
|
||||||
SetEnvVar "NINJA_EXECUTABLE" "$DestDir/ninja"
|
|
||||||
|
|
||||||
echo "Ninja = $version" >> ~/versions.txt
|
echo "Ninja = $version" >> ~/versions.txt
|
||||||
|
|||||||
@@ -7,10 +7,10 @@ source "${BASH_SOURCE%/*}/../unix/DownloadURL.sh"
|
|||||||
|
|
||||||
# This script will install Nodejs
|
# This script will install Nodejs
|
||||||
|
|
||||||
version="22.21.1"
|
version="18.16.0"
|
||||||
urlCache="http://ci-files01-hki.ci.qt.io/input/nodejs/node-v$version.pkg"
|
urlCache="http://ci-files01-hki.ci.qt.io/input/nodejs/node-v$version.pkg"
|
||||||
urlOffcial="https://nodejs.org/dist/v$version/node-v$version.pkg"
|
urlOffcial="https://nodejs.org/dist/v$version/node-v$version.pkg"
|
||||||
sha256="182ad62634eabbb11497c2284a3172771944f1cd17e23b143e778bd189af6d65"
|
sha256="156aa5b9580288fb0b3c6134eb8fac64e50745d78d33eebe9e29eb7ff87b8e1e"
|
||||||
|
|
||||||
DownloadURL $urlCache $urlOffcial $sha256 "/tmp/node-v$version.pkg"
|
DownloadURL $urlCache $urlOffcial $sha256 "/tmp/node-v$version.pkg"
|
||||||
sudo installer -pkg "/tmp/node-v$version.pkg" -target /
|
sudo installer -pkg "/tmp/node-v$version.pkg" -target /
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
#Copyright (C) 2025 The Qt Company Ltd
|
|
||||||
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
||||||
# Install 7z to be used from command line
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
brew install p7zip
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user