Skip to content

Commit 19a241f

Browse files
committed
attempt openbsd fix
7.5 packages seem to be removed from main mirrors. Couldn't find a popular 7.6/7.7 image in vagrant cloud. Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 7da3107 commit 19a241f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/Vagrantfile.openbsd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Vagrant.configure("2") do |config|
1010

1111
config.vm.provision "init", type: "shell", run: "once" do |sh|
1212
sh.inline = <<~SHELL
13-
set -x
13+
set -ex
14+
export PKG_PATH=https://mirrors.ocf.berkeley.edu/pub/OpenBSD/7.5/packages/amd64/
1415
pkg_add -x git
1516
1617
ftp https://go.dev/dl/go#{ENV['GO_VERSION']}.openbsd-amd64.tar.gz

0 commit comments

Comments
 (0)