Remove now-unnecessary CI workaround

This commit is contained in:
Sebastian Messmer 2019-10-07 16:16:46 +07:00
parent 8962aaefb5
commit c5ba6c3214
1 changed files with 0 additions and 4 deletions

View File

@ -65,10 +65,6 @@ references:
sudo ln -s /usr/bin/$CXX /usr/bin/clang++
sudo ln -s /usr/bin/clang-tidy-8 /usr/bin/clang-tidy
sudo ln -s /usr/bin/run-clang-tidy-8.py /usr/bin/run-clang-tidy.py
# Need a c++14 compliant STL for clang
sudo apt-get install -y g++-5
sudo apt-get remove g++-4.8 gcc-4.8
fi
# Setup ccache