We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9fa4a commit b26aa0eCopy full SHA for b26aa0e
1 file changed
ci/vagrant/netbsd/Vagrantfile
@@ -85,6 +85,8 @@ Vagrant.configure("2") do |config|
85
86
config.vm.provision "env", type: "shell", inline:<<-SHELL
87
set -x
88
+ ftp ftp://ftp.NetBSD.org/pub/pkgsrc/pkgsrc-2024Q4/pkgsrc.tar.gz
89
+ tar -xzf pkgsrc.tar.gz -C /usr
90
ls /usr/pkgsrc/lang
91
cd /usr/pkgsrc/lang/gcc14
92
make install clean clean-depens
0 commit comments