mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Use precise for legacy build
This commit is contained in:
@@ -77,7 +77,7 @@ else
|
|||||||
|
|
||||||
$python -V
|
$python -V
|
||||||
|
|
||||||
if [[ "$dist" == "xenial" ]]; then
|
if [[ "$dist" == "precise" ]]; then
|
||||||
echo "Installing deps for StaticX..."
|
echo "Installing deps for StaticX..."
|
||||||
sudo apt-get install --yes patchelf scons musl
|
sudo apt-get install --yes patchelf scons musl
|
||||||
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ else
|
|||||||
du -h gam/gam
|
du -h gam/gam
|
||||||
time $gam version extended
|
time $gam version extended
|
||||||
|
|
||||||
if [[ "$dist" == "xenial" ]]; then
|
if [[ "$dist" == "precise" ]]; then
|
||||||
GAM_LEGACY_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-legacy.tar.xz
|
GAM_LEGACY_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-legacy.tar.xz
|
||||||
$python -OO -m staticx gam/gam gam/gam-staticx
|
$python -OO -m staticx gam/gam gam/gam-staticx
|
||||||
strip gam/gam-staticx
|
strip gam/gam-staticx
|
||||||
|
|||||||
Reference in New Issue
Block a user