mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 06:03:35 +00:00
re-enable legacy linux build
This commit is contained in:
2
.github/actions/linux-install.sh
vendored
2
.github/actions/linux-install.sh
vendored
@ -17,7 +17,7 @@ tar -C ${distpath} --create --file $GAM_ARCHIVE --xz gam
|
|||||||
echo "PyInstaller GAM info:"
|
echo "PyInstaller GAM info:"
|
||||||
du -h $gam
|
du -h $gam
|
||||||
time $gam version extended
|
time $gam version extended
|
||||||
if ([ "${ImageOS}" == "ubuntu1600" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
|
if ([ "${ImageOS}" == "ubuntu16" ]) && [ "${HOSTTYPE}" == "x86_64" ]; 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 -l /lib/x86_64-linux-gnu/libresolv.so.2 -l /lib/x86_64-linux-gnu/libnss_dns.so.2 $gam $gam-staticx
|
$python -OO -m staticx -l /lib/x86_64-linux-gnu/libresolv.so.2 -l /lib/x86_64-linux-gnu/libnss_dns.so.2 $gam $gam-staticx
|
||||||
strip $gam-staticx
|
strip $gam-staticx
|
||||||
|
Reference in New Issue
Block a user