Disable ubuntu builds until a recent enough Qt version is available

This commit is contained in:
Nicolas Werner 2023-06-03 01:57:47 +02:00
parent 5fed4d21b1
commit 10e15c0f96
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@ brew "clang-format"
brew "cmake"
brew "ninja"
brew "openssl"
brew "qt5"
brew "qt6"
brew "nlohmann_json"
brew "gstreamer"
brew "qtkeychain"

View file

@ -37,7 +37,8 @@ build-clazy:
paths:
- .ccache
build-gcc11:
# disabled until I find a qt6.5 ppa
.build-gcc11:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
tags: [docker]
@ -232,7 +233,8 @@ build-flatpak:
paths: ['build-flatpak/nheko-${ARCH}.flatpak']
name: flatpak-${CI_COMMIT_REF_NAME}-${VERSION}-${ARCH}
appimage-amd64:
# disabled until I find a qt6.5 ppa for Ubuntu
.appimage-amd64:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/ubuntu:22.04
tags: [docker]
@ -324,7 +326,7 @@ github-release:
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
dependencies:
- appimage-amd64
#- appimage-amd64 <- disabled because of missing packages
- build-flatpak
- codesign-macos
before_script: