diff options
-rw-r--r-- | .builds/openbsd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |