Updated the manticore installation script to use the last python2-compatible revision

This commit is contained in:
ggrieco-tob
2018-07-25 17:41:32 -03:00
committed by GitHub
parent 5bf672b063
commit cab535fa4c

View File

@@ -9,7 +9,7 @@ install:
- sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev - sudo apt-get -y install build-essential gcc-multilib cmake python python-pip python-setuptools libffi-dev
- sudo pip install -U pip ; sudo pip install manticore - sudo pip install -U pip ; sudo pip install manticore
- sudo pip uninstall -y Manticore || echo "Manticore not cached" - sudo pip uninstall -y Manticore || echo "Manticore not cached"
- sudo pip install https://github.com/trailofbits/manticore/archive/master.zip - sudo pip install https://github.com/trailofbits/manticore/archive/last_python2.zip
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..