mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Biweekly snapshot build
[publish binaries] Cumulative changes from RC32c3eabdd8RideCache - Fix refresh to include the oldest activity9c7d1d4f3Strava Sync - Tag simulation rides as VirtualRide53f8f5102Fix memory leak in Python API - part 2e477b05a9ErgDB Download - Decode title to be used as name3a16d1eccKeep Perspective Selecto synced when switching athletes63d13ba9eUpdate Italian translationf947b6bd3VideoSync - Distance scaling only applies to CRS workouts67962bfffFix memory leak in Python API5f22d12a6fix(doc): mention QMAKE_MOVE requirement for bison > 3.7996ee63cdRemove MapQuest API Key from gcconfig.pri.ina7ad1346eMeasures CSV Import - Last field can be empty90172a4a6Replace Tracker in default Trends layout68b70e0e4Fix Elevation - Avoid 302 network error434580ee8Disable execution of Python DPs from formulas and Python APIcb23914a5Honor chart filters in Trends view Histogram and CP charts (#4287)1941b9af7Minimum bison version is now 2.7
This commit is contained in:
@@ -55,10 +55,10 @@ chmod a+x linuxdeployqt-7-x86_64.AppImage
|
||||
./linuxdeployqt-7-x86_64.AppImage appdir/GoldenCheetah -verbose=2 -bundle-non-qt-libs -exclude-libs=libqsqlmysql,libqsqlpsql,libnss3,libnssutil3,libxcb-dri3.so.0 -unsupported-allow-new-glibc
|
||||
|
||||
# Add Python and core modules
|
||||
wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
|
||||
chmod +x python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
|
||||
./python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage --appimage-extract
|
||||
rm -f python3.7.15-cp37-cp37m-manylinux2014_x86_64.AppImage
|
||||
wget --no-verbose https://github.com/niess/python-appimage/releases/download/python3.7/python3.7.15-cp37-cp37m-manylinux1_x86_64.AppImage
|
||||
chmod +x python3.7.15-cp37-cp37m-manylinux1_x86_64.AppImage
|
||||
./python3.7.15-cp37-cp37m-manylinux1_x86_64.AppImage --appimage-extract
|
||||
rm -f python3.7.15-cp37-cp37m-manylinux1_x86_64.AppImage
|
||||
export PATH="$(pwd)/squashfs-root/usr/bin:$PATH"
|
||||
pip install --upgrade pip
|
||||
pip install -q -r Python/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user