mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
ci: add Qt 6 to Fedora base image
This commit is contained in:
@@ -6,7 +6,8 @@ set -e
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
ncurses-devel \
|
||||
openssl-devel \
|
||||
qt5-qtbase-devel
|
||||
qt5-qtbase-devel \
|
||||
qt6-qtbase-devel
|
||||
|
||||
# Install development tools.
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
@@ -19,7 +20,8 @@ dnf install --setopt=install_weak_deps=False -y \
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
python3-sphinx \
|
||||
texinfo \
|
||||
qt5-qttools-devel
|
||||
qt5-qttools-devel \
|
||||
qt6-qttools-devel
|
||||
|
||||
# Tools needed for the test suite.
|
||||
dnf install --setopt=install_weak_deps=False -y \
|
||||
|
||||
Reference in New Issue
Block a user