Skip to content
Snippets Groups Projects
Verified Commit c1a46fed authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: another workaround for macOS with XCode 15

parent 06926e01
No related branches found
No related tags found
No related merge requests found
Pipeline #9317 failed
...@@ -100,7 +100,8 @@ pkg_windows: ...@@ -100,7 +100,8 @@ pkg_windows:
pkg_macOS: pkg_macOS:
stage: pkg stage: pkg
script: 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/ - ln -s ~/tarballs macOS/deps/
- arch -x86_64 make -C macOS - arch -x86_64 make -C macOS
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment