X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=.builds%2Fopenbsd.yml;h=5ca70d1f13073296cdcf467e5fef2403db4f3985;hb=2804606f9f8dc5078c38580bac363b47eb638620;hp=05bb9a78d4a4ba4acfedbab773fba483f7a0c0da;hpb=444e9874424580361e00547b597d213370045057;p=safcm%2Fsafcm.git diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 05bb9a7..5ca70d1 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -2,20 +2,13 @@ image: openbsd/latest packages: - go - gmake - - xz + - shellcheck tasks: - all: | - # OpenBSD 6.8 only ships with Go 1.15 - curl -O https://ruderich.eu/go-1.16.3-openbsd-amd64.tar.xz - xz -d go-1.16.3-openbsd-amd64.tar.xz - tar xf go-1.16.3-openbsd-amd64.tar - mv go-1.16.3 go - # doas ln -sf /usr/local/bin/gmake /usr/bin/make cd safcm # Go does not yet support -race on OpenBSD - ./ci/run GOFLAGS= TESTFLAGS=-v + ./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= TESTFLAGS=-v" + doas chown -R root:wheel .. + doas ./ci/run GOFLAGS=