]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
ci: ignore FreeBSD build failures until new container is ready
authorYann Dirson <yann.dirson@vates.fr>
Mon, 8 Jan 2024 16:07:13 +0000 (17:07 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 8 Jan 2024 16:07:16 +0000 (17:07 +0100)
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 <yann.dirson@vates.fr>
.gitlab-ci.yml

index b8c14d75fb879d198359c8ed4af63f05f91c1aca..0424b352934d852ae1dd8f8210f5374ee96eccc1 100644 (file)
@@ -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: