CI: another workaround for macOS with XCode 15

kalman-mex
Sébastien Villemot 2023-10-11 11:01:16 -04:00
parent 06926e0153
commit c1a46fed91
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ pkg_windows:
pkg_macOS:
stage: pkg
script:
- meson rewrite kwargs set project / version "$VERSION"
# Enforce the arm64 meson for rewrite, as a workaround to https://github.com/mesonbuild/meson/issues/12282
- env PATH="/opt/homebrew/bin:$PATH" meson rewrite kwargs set project / version "$VERSION"
- ln -s ~/tarballs macOS/deps/
- arch -x86_64 make -C macOS
cache: