X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=7f1d40c9208e6ea97a15b0135c261d1c09a65e64;hp=6ba273e799e9bec8399c4d861490d3e883d51a32;hb=96d2414bf7983cea408097f207c15c18a93b903b;hpb=5dca1e53d7fa0c2b7c15bbcec5654638727f9009 diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 6ba273e..7f1d40c 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -15,3 +15,7 @@ tasks: cd safcm # Go does not yet support -race on OpenBSD ./ci/run GOFLAGS= + # Also run all tests as root (-R and -h conflict on OpenBSD) + doas chown -R root:wheel . + # Remove $HOME hack once Go 1.16 is available + doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS="