Skip to content

Commit 7a9fa4a

Browse files
committed
netbsd: try to install gcc14
1 parent d51b3d4 commit 7a9fa4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/vagrant/netbsd/Vagrantfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ Vagrant.configure("2") do |config|
8383
pkgin -y install git cmake
8484
SHELL
8585

86+
config.vm.provision "env", type: "shell", inline:<<-SHELL
87+
set -x
88+
ls /usr/pkgsrc/lang
89+
cd /usr/pkgsrc/lang/gcc14
90+
make install clean clean-depens
91+
SHELL
92+
8693
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"
8794
config.vm.provision "file", source: "../../../cmake", destination: "$HOME/project/"
8895
config.vm.provision "file", source: "../../../patches", destination: "$HOME/project/"

0 commit comments

Comments
 (0)