Skip to content

Commit c5928a6

Browse files
committed
bsd fixup
1 parent 4608e28 commit c5928a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/vagrant/hardenedbsd/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
1212

1313
# Every Vagrant development environment requires a box. You can search for
1414
# boxes at https://vagrantcloud.com/search.
15-
config.vm.guest = :hardenedbsd
15+
config.vm.guest = :bsd
1616
config.vm.box = "generic/hardenedbsd13"
1717
config.vm.box_version = "4.3.12"
1818
config.vm.provider "virtualbox" do |v|

ci/vagrant/netbsd/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
7979
# note: clang installed by default
8080
config.vm.provision "env", type: "shell", inline:<<-SHELL
8181
set -x
82-
pkg update -f
83-
pkg install -y git cmake
82+
pkgin upgrade -f
83+
pkgin install -y git cmake
8484
SHELL
8585

8686
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"

ci/vagrant/openbsd/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Vagrant.configure("2") do |config|
7979
# note: clang installed by default
8080
config.vm.provision "env", type: "shell", inline:<<-SHELL
8181
set -x
82-
pkg update -f
83-
pkg install -y git cmake
82+
pkgin upgrade -f
83+
pkgin install -y git cmake
8484
SHELL
8585

8686
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"

0 commit comments

Comments
 (0)