build: removed CxxTest from docker files

This commit is contained in:
mlangkabel
2019-11-04 11:55:49 +01:00
parent 49050e1089
commit d177a7d733
3 changed files with 0 additions and 13 deletions
@@ -130,11 +130,6 @@ git checkout release && \
mv ninja /usr/bin/ && \
cd .. && rm -rf ninja
## CxxTest
RUN git clone https://github.com/CxxTest/cxxtest.git && \
cd cxxtest && \
git checkout 4.4
#add user
RUN useradd builder
@@ -150,7 +145,6 @@ echo "source /opt/rh/devtoolset-6/enable" >> /etc/bashrc
ENV CXX=/opt/rh/devtoolset-6/root/usr/bin/g++ \
CC=/opt/rh/devtoolset-6/root/usr/bin/gcc \
CXX_TEST_DIR=/opt/cxxtest \
JAVA_HOME=/usr/lib/jvm/java-openjdk \
LLVM_DIR=/opt/llvm \
BOOST_DIR=/opt/boost \
@@ -9,7 +9,6 @@ ARG QVERSION_SHORT=5.10
ARG QTVERSION=5.10.1
ENV QT_DIR=/opt/qt${QTVERSION} \
CXX_TEST_DIR=/opt/cxxtest \
LLVM_DIR=/opt/llvm \
BOOST_DIR=/opt/boost \
LD_LIBRARY_PATH=$QT_DIR/lib/
@@ -93,11 +92,6 @@ git checkout release && \
mv ninja /usr/bin/ && \
cd .. && rm -rf ninja
## CxxTest
RUN git clone https://github.com/CxxTest/cxxtest.git && \
cd cxxtest && \
git checkout 4.4
#add user
RUN useradd -u 1000 builder
@@ -10,4 +10,3 @@ Software
* LLVM/Clang 5.0.0
* Boost 1.64.0
* Ninja
* CxxTest 4.4