We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e835707 + 1c7acc8 commit 130755cCopy full SHA for 130755c
1 file changed
hack/Vagrantfile.openbsd
@@ -3,15 +3,15 @@
3
4
Vagrant.configure("2") do |config|
5
config.vm.box = "pygolo/openbsd7"
6
- config.vm.box_version = "7.5"
+ config.vm.box_version = "7.7"
7
config.vm.boot_timeout = 900
8
config.vm.synced_folder ".", "/vagrant", type: "rsync"
9
config.ssh.keep_alive = true
10
11
config.vm.provision "init", type: "shell", run: "once" do |sh|
12
sh.inline = <<~SHELL
13
set -ex
14
- export PKG_PATH=https://mirrors.ocf.berkeley.edu/pub/OpenBSD/7.5/packages/amd64/
+ export PKG_PATH=https://cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(machine -a)/
15
pkg_add -x git
16
17
ftp https://go.dev/dl/go#{ENV['GO_VERSION']}.openbsd-amd64.tar.gz
0 commit comments