Get rid of brew bundle

This commit is contained in:
Nicolas Werner 2025-03-22 21:01:17 +01:00
parent f462eb84dc
commit b3026e2978
No known key found for this signature in database
GPG key ID: 13675F31AD04A41C
3 changed files with 1 additions and 15 deletions

View file

@ -1,12 +0,0 @@
brew "python3"
brew "pkg-config"
brew "clang-format"
brew "cmake"
brew "ninja"
brew "openssl"
# brew "qt6"
brew "nlohmann-json"
brew "gstreamer"
brew "qtkeychain"
brew "pipx"

View file

@ -23,8 +23,6 @@ cmake -GNinja -S. -Bbuild \
-DHUNTER_ROOT="../.hunter" \
-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \
-DUSE_BUNDLED_OPENSSL=ON \
-DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON \
-DQt6_DIR=${QT_BASEPATH}/lib/cmake \
-DCI_BUILD=ON
cmake --build build

View file

@ -269,7 +269,7 @@ build-macos-as:
image: ghcr.io/cirruslabs/macos-sequoia-xcode:16.1
tags: [macos-tart]
before_script:
- brew bundle --file .ci/macos/Brewfile
- brew install python3 pkg-config clang-format cmake ninja openssl gstreamer pipx
- pipx install aqtinstall
- pipx ensurepath
- . ~/.zshrc