From 02816eae0e00a4aa32be73c73e88ad4c129e15cb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 24 Oct 2018 11:16:32 +0100 Subject: [PATCH] mfi-common: Drop freebsd builds on non-freebsd flights MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Something is wrong with the freebsd repositories. This causes freebsd host installation to fail. This problem has persisted for a while now and is blocking other work. For now, drop these. The jobs being dropped are build-amd64-xen-freebsd build-amd64-xen-xsm-freebsd in the branches osstest xen-unstable (verified with standalone-generate-dump-flight-runvars). CC: Roger Pau Monné CC: Wei Liu Signed-off-by: Ian Jackson Acked-by: Roger Pau Monné --- mfi-common | 1 + 1 file changed, 1 insertion(+) diff --git a/mfi-common b/mfi-common index ae6a337..c2866e9 100644 --- a/mfi-common +++ b/mfi-common @@ -335,6 +335,7 @@ create_build_jobs () { *) build_on_freebsd=true;; esac;; esac + build_on_freebsd=false want_prevxen=n if branch_wants_migrupgrade_tests ; then -- 2.39.5