Skip to content

Commit 797bcf8

Browse files
committed
openbse: sysupgrade testing
1 parent e7cc052 commit 797bcf8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/vagrant/openbsd/Vagrantfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Vagrant.configure("2") do |config|
8282
# maintained by openBSD -> older registry have been shutdown.
8383
config.vm.provision "env", type: "shell", inline:<<-SHELL
8484
set -x
85-
sysupgrade
85+
sysupgrade || true
86+
sysupgrade -r 7.7 || true
87+
sysupgrade -r https://ftp.usa.openbsd.org/pub/OpenBSD//7.7/packages/amd64/ || true
8688
pkg_add -u
8789
pkg_add git cmake
8890
SHELL

0 commit comments

Comments
 (0)