[release] some more release fixes

pull/757/head
Timothy Stack 4 years ago
parent 1f2cf13739
commit eb88ec4f6c

@ -30,7 +30,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define :linux do |linux|
# config.vm.network :private_network, ip: "10.11.12.14"
linux.vm.network :private_network, ip: "10.11.12.14"
linux.vm.provision "shell", path:"pkg.sh"
linux.vm.provision "shell", path:"provision.sh"
linux.vm.box = "centos/7"

@ -2,7 +2,7 @@
OS=$(uname -s)
if test x"${OS}" != x"FreeBSD"; then
source scl_source enable devtoolset-4
source scl_source enable devtoolset-9
fi
if test x"${OS}" != x"FreeBSD"; then

@ -14,7 +14,7 @@ if test x"${OS}" != x"FreeBSD"; then
git \
centos-release-scl \
perl-Data-Dumper
sudo yum install -y "devtoolset-4-gcc*"
sudo yum install -y "devtoolset-9-gcc*"
else
pkg install -y wget git m4 bash autoconf automake sqlite3 gmake
fi

@ -2,7 +2,7 @@
OS=$(uname -s)
if test x"${OS}" != x"FreeBSD"; then
source scl_source enable devtoolset-4
source scl_source enable devtoolset-9
fi
FAKE_ROOT=/home/vagrant/fake.root

Loading…
Cancel
Save