We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cc052 commit 797bcf8Copy full SHA for 797bcf8
1 file changed
ci/vagrant/openbsd/Vagrantfile
@@ -82,7 +82,9 @@ Vagrant.configure("2") do |config|
82
# maintained by openBSD -> older registry have been shutdown.
83
config.vm.provision "env", type: "shell", inline:<<-SHELL
84
set -x
85
- sysupgrade
+ sysupgrade || true
86
+ sysupgrade -r 7.7 || true
87
+ sysupgrade -r https://ftp.usa.openbsd.org/pub/OpenBSD//7.7/packages/amd64/ || true
88
pkg_add -u
89
pkg_add git cmake
90
SHELL
0 commit comments