diff options
author | Michael Forney <mforney@mforney.org> | 2020-06-03 02:42:48 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2020-06-03 02:42:48 -0700 |
commit | 662a5dd71ed37fd8938f0da4f64149bcf07ba154 (patch) | |
tree | 662c8f1746dcbad2774ccf9e33511d5963c307c4 /.builds/openbsd.yml | |
parent | 6229709b8ae21d7722fef48ad8a9f2f10b900030 (diff) |
Disable bootstrap in OpenBSD continuous build
Diffstat (limited to '.builds/openbsd.yml')
-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 |