Browse Source

Tools: Remove gcc 4.9 from CI prereqs

master
Michael du Breuil 6 years ago committed by Randy Mackay
parent
commit
4c70df6924
  1. 2
      Tools/scripts/configure-ci.sh
  2. 2
      Tools/scripts/install-apt-ci.sh

2
Tools/scripts/configure-ci.sh

@ -52,8 +52,6 @@ popd @@ -52,8 +52,6 @@ popd
mkdir -p $HOME/bin
# symlink to compiler versions
ln -s /usr/bin/gcc-4.9 ~/bin/gcc
ln -s /usr/bin/g++-4.9 ~/bin/g++
ln -s /usr/bin/clang-7 ~/bin/clang
ln -s /usr/bin/clang++-7 ~/bin/clang++
ln -s /usr/bin/llvm-ar-7 ~/bin/llvm-ar

2
Tools/scripts/install-apt-ci.sh

@ -13,8 +13,6 @@ PKGS=" \ @@ -13,8 +13,6 @@ PKGS=" \
python-pip \
python-dev \
zlib1g-dev \
gcc-4.9 \
g++-4.9 \
cmake3 \
cmake3-data \
"

Loading…
Cancel
Save