mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
ci: Bump Meson version to 0.60.1 on macOS
This is an attempt to fix a persistent error on the macOS CI: ``` Objective-C compiler for the host machine: cc (clang 10.0.0) Objective-C linker for the host machine: APPLE ld 409.12 WARNING: No include directory found parsing "cc -xobjc -E -v -" output meson.build:761:2: ERROR: Fatal warnings enabled, aborting ``` For example, seen on https://gitlab.gnome.org/GNOME/glib/-/jobs/1618966. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
e9acc6a7f9
commit
d1fc42eb88
@ -432,7 +432,7 @@ macos:
|
||||
needs: []
|
||||
before_script:
|
||||
- bash .gitlab-ci/show-execution-environment.sh
|
||||
- pip3 install --user meson==0.52.0
|
||||
- pip3 install --user meson==0.60.1
|
||||
- pip3 install --user ninja
|
||||
- export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user