From 662a5dd71ed37fd8938f0da4f64149bcf07ba154 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 3 Jun 2020 02:42:48 -0700 Subject: Disable bootstrap in OpenBSD continuous build --- .builds/openbsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index bf5d824..c62dbd7 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -13,7 +13,8 @@ tasks: gmake -C qbe cd cproc ./configure - make all check bootstrap + make all check + # XXX: bootstrap is broken with OpenBSD 6.7 stdarg.h triggers: - action: email condition: failure -- cgit v1.2.3