mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
update ci file
This commit is contained in:
parent
e18a1f78e8
commit
ca5f4411e7
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ variables:
|
|||
DEBIAN_10_IMAGE_VERSION: 20210217_python3
|
||||
UBUNTU_ROLLING_IMAGE_VERSION: 20211012_add_qtwebview
|
||||
UBUNTU_2004_IMAGE_VERSION: 20250226_qt6-8-0
|
||||
UBUNTU_2204_IMAGE_VERSION: 20250512_qt6-9-0
|
||||
UBUNTU_2204_IMAGE_VERSION: 20250630_add-qtshadertools
|
||||
|
||||
|
||||
workflow:
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ FROM ubuntu:22.04
|
|||
|
||||
# Qt on Ubuntu 22.04 is too old. Use a downloader.
|
||||
ARG QT_VERSION=5.15.2
|
||||
ARG QT6_VERSION=6.9.0
|
||||
ARG QT6_VERSION=6.9.1
|
||||
#Do not use it. It seems that it cannot be used from python command.
|
||||
#ARG QT_MODULES=qtnetworkauth qtquick3d qtmultimedia
|
||||
#ARG QT_MODULES=qtnetworkauth qtquick3d qtmultimedia qt5compat qtshadertools
|
||||
|
||||
LABEL Gaelle Braud <gaelle.braud@belledonne-communications.com>
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ RUN sudo pip3 install --upgrade aqtinstall
|
|||
RUN sudo python3 -m aqt install-qt linux desktop $QT_VERSION -O /opt/Qt
|
||||
RUN sudo python3 -m aqt install-qt linux desktop $QT_VERSION -O /opt/Qt --noarchives -m qtnetworkauth qtquick3d
|
||||
RUN sudo python3 -m aqt install-qt linux desktop $QT6_VERSION -O /opt/Qt
|
||||
RUN sudo python3 -m aqt install-qt linux desktop $QT6_VERSION -O /opt/Qt --noarchives -m qtnetworkauth qtquick3d qtmultimedia
|
||||
RUN sudo python3 -m aqt install-qt linux desktop $QT6_VERSION -O /opt/Qt --noarchives -m qtnetworkauth qtquick3d qtmultimedia qt5compat qtshadertools
|
||||
|
||||
RUN sudo chown -R bc:bc /opt/Qt/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue