Philipp Hörist pushed to branch master at gajim / gajim


Commits:
002b2e91 by Philipp Hörist at 2026-05-08T18:52:11+02:00
ci: MacOS: Fix build

- - - - -


1 changed file:

- mac/gajim-macos-helper.sh


Changes:

=====================================
mac/gajim-macos-helper.sh
=====================================
@@ -24,7 +24,7 @@
 set -e
 
 # Variables
-gajim_version="master"
+gajim_version="mac-ci"
 nbxmpp_version="master"
 omemo_dr_version="master"
 python_version="3.13"
@@ -68,7 +68,11 @@ export CI_GAJIM_RELEASE=0
 
 function install_brew_dependencies() {
        brew update
-       brew install gettext python@${python_version} librsvg git
+       if [ "$CI_BUILD" == 0 ]
+       then
+               brew install python@${python_version}
+       fi
+       brew install gettext librsvg git
        brew unlink python && brew link python@${python_version}
        brew install gtk4 libadwaita pygobject3 adwaita-icon-theme libsoup@3 
gst-python gtksourceview5 gstreamer
        brew unlink gettext && brew link gettext



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/002b2e9165500fe070df5f6ed4cae91f2a2840fd

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/002b2e9165500fe070df5f6ed4cae91f2a2840fd
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to