We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51b3d4 commit 7a9fa4aCopy full SHA for 7a9fa4a
ci/vagrant/netbsd/Vagrantfile
@@ -83,6 +83,13 @@ Vagrant.configure("2") do |config|
83
pkgin -y install git cmake
84
SHELL
85
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
+
93
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"
94
config.vm.provision "file", source: "../../../cmake", destination: "$HOME/project/"
95
config.vm.provision "file", source: "../../../patches", destination: "$HOME/project/"
0 commit comments