mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix ci
This commit is contained in:
parent
f82931d6c6
commit
cbe29c66ee
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -52,3 +52,4 @@ linphone.spec
|
|||
# VSCode
|
||||
linphone60*.log
|
||||
linphone61*.log
|
||||
linphone62*.log
|
||||
|
|
|
|||
|
|
@ -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: 20250616_add-qt5compat
|
||||
|
||||
|
||||
workflow:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
RUN sudo chown -R bc:bc /opt/Qt/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue