mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
test staticx on trusty, stop puling osx10.12
This commit is contained in:
@@ -91,7 +91,7 @@ else
|
||||
python=~/python/bin/python3
|
||||
pip=~/python/bin/pip3
|
||||
|
||||
if [[ "$dist" == "precise" ]]; then
|
||||
if [[ "$dist" == "precise" ] || [ "$dist" == "trusty" ]]; then
|
||||
echo "Installing deps for StaticX..."
|
||||
sudo apt-get install --yes scons
|
||||
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
|
||||
|
||||
Reference in New Issue
Block a user