summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2024-05-11 16:54:00 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2024-05-11 17:27:41 -0400
commit090881444d885409d7350d80883cb7b6f1fdf253 (patch)
tree4de0ad5e2aab04ac1802e46b4b6086748d557a73
parente7d28b96da929754d3f65f78ab88db76e6ca98b7 (diff)
Force pip to install aqtfixCirrusCI
-rwxr-xr-x.ci/macos/build.sh3
-rw-r--r--.cirrus.yml2
2 files changed, 3 insertions, 2 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh
index 7d1d9143..b98ae342 100755
--- a/.ci/macos/build.sh
+++ b/.ci/macos/build.sh
@@ -9,7 +9,8 @@ set -ue
QT_BASEPATH=(${HOME}/Qt/6.*/macos/)
PATH="${QT_BASEPATH}/bin/:${PATH}"
pipx ensurepath
-. ~/.zshrc
+# TODO: this breaks on Cirrus, so it's commented out for now
+# . ~/.zshrc
export PATH
CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake"
diff --git a/.cirrus.yml b/.cirrus.yml
index 00fc4c27..c45d229c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,7 +10,7 @@ task:
- unset HOMEBREW_NO_AUTO_UPDATE
- brew bundle --file .ci/macos/Brewfile
aqt_script:
- - pip3 install aqtinstall
+ - pip3 install --break-system-packages aqtinstall
- mkdir $HOME/Qt
- aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
build_script: