set compiler to clang after all builds are done

This commit is contained in:
agroce 2019-06-01 08:03:19 -07:00
parent add2437796
commit e0986a884e

View File

@ -80,4 +80,7 @@ RUN cd deepstate \
&& sudo pip3 install 'z3-solver==4.5.1.0.post2' angr 'manticore==0.2.5' \
&& sudo python3 ./build/setup.py install
ENV CC=clang
ENV CXX=clang++
CMD ["/bin/bash"]