Updated the manticore installation script to use the last python2-compatible revision
This commit is contained in:
@@ -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 ..
|
||||||
|
|||||||
Reference in New Issue
Block a user