X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=a0d29d9f10e2ee84a6bd9a445980a827a8ddce9d;hb=9d0d090fc1d683accc8bd1b354425c23cbe9fb6a;hp=7f1d40c9208e6ea97a15b0135c261d1c09a65e64;hpb=96d2414bf7983cea408097f207c15c18a93b903b;p=safcm%2Fsafcm.git diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 7f1d40c..a0d29d9 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -3,6 +3,7 @@ packages: - go - gmake - xz + - shellcheck tasks: - all: | # OpenBSD 6.8 only ships with Go 1.15 @@ -16,6 +17,6 @@ tasks: # 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 . + doas chown -R root:wheel .. # Remove $HOME hack once Go 1.16 is available doas /bin/sh -c "HOME=$HOME ./ci/run GOFLAGS="