From 8a839608675fd66688ed822b8f458699ae36d944 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 29 May 2021 17:34:57 +0200 Subject: [PATCH] .builds: openbsd/latest updated to 6.9, remove manual Go download --- .builds/openbsd.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index a0d29d9..5ca70d1 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -2,21 +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= # 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=" + doas ./ci/run GOFLAGS= -- 2.43.2