mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Revert "ci: Enable FreeBSD CI"
This partially reverts commit bfc362cb68cc496a17d7edd0388ac7ade4afc808. The FreeBSD CI runner still seems to be a bit flakey, and appears to be offline entirely at the moment. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
7b5756577f
commit
da8f1c6ac3
@ -128,6 +128,7 @@ vs2017-x64:
|
|||||||
- _build/meson-logs
|
- _build/meson-logs
|
||||||
|
|
||||||
freebsd-11-x86_64:
|
freebsd-11-x86_64:
|
||||||
|
when: manual
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
# To run a FreeBSD builder, install gitlab-runner package and start both
|
# To run a FreeBSD builder, install gitlab-runner package and start both
|
||||||
@ -153,6 +154,9 @@ freebsd-11-x86_64:
|
|||||||
- meson ${MESON_COMMON_OPTIONS} -Db_lundef=false -Diconv=gnu -Dxattr=false _build
|
- meson ${MESON_COMMON_OPTIONS} -Db_lundef=false -Diconv=gnu -Dxattr=false _build
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
- meson test -C _build --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}"
|
- meson test -C _build --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}"
|
||||||
|
# FIXME: Remove this when we have a stable FreeBSD runner
|
||||||
|
# https://gitlab.gnome.org/Infrastructure/GitLab/issues/286
|
||||||
|
allow_failure: true
|
||||||
except:
|
except:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user