Skip to content

Commit be6180f

Browse files
committed
netbsd: test export
1 parent 5568126 commit be6180f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/vagrant/netbsd/Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Vagrant.configure("2") do |config|
119119
config.vm.provision "configure", type: "shell", inline:<<-SHELL
120120
set -x
121121
cd project
122+
export CC=/gcc14/bin/cc
123+
export CXX=/gcc14/bin/c++
122124
cmake -S. -Bbuild
123125
SHELL
124126

0 commit comments

Comments
 (0)