mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-24 01:16:53 +08:00
Provisioning: update Java to 21 in Ubuntu22.04 arm64 (RTA)
RTA Jenkins needs Java >=21.
Change-Id: Ide00e3542bd69ec1e4d44612db57c753a73248db
Reviewed-by: Matti Paaso <[email protected]>
(cherry picked from commit 28217d187f)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
d32d79070a
commit
a9f01de02a
@@ -40,8 +40,8 @@ installPackages+=(git)
|
||||
# 7zip is a needed decompressing tool
|
||||
installPackages+=(p7zip-full)
|
||||
|
||||
# Packages needed for RTA and Squish
|
||||
installPackages+=(openjdk-17-jdk)
|
||||
# Packages needed for RTA (java >= 21)
|
||||
installPackages+=(openjdk-21-jdk)
|
||||
installPackages+=(gcc)
|
||||
installPackages+=(curl)
|
||||
installPackages+=(libicu-dev)
|
||||
|
||||
Reference in New Issue
Block a user