From: Yann Dirson Date: Mon, 8 Jan 2024 16:07:13 +0000 (+0100) Subject: ci: ignore FreeBSD build failures until new container is ready X-Git-Tag: 0.4.0~15^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9619b77b712e35afb3ed752b9c560bbca08da294;p=xen-guest-agent.git ci: ignore FreeBSD build failures until new container is ready Updating the cross-rs container needs some time, let's not stop things here just because that work is not ready yet. Signed-off-by: Yann Dirson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8c14d7..0424b35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,7 @@ variables: - rustup target add $CARGO_BUILD_TARGET .cross-freebsd12-x86_64-build-template: + allow_failure: true extends: - .cross-build-template variables: