Biweekly snapshot build

[publish binaries]
Cumulative changes from RC3
2c3eabdd8 RideCache - Fix refresh to include the oldest activity
9c7d1d4f3 Strava Sync - Tag simulation rides as VirtualRide
53f8f5102 Fix memory leak in Python API - part 2
e477b05a9 ErgDB Download - Decode title to be used as name
3a16d1ecc Keep Perspective Selecto synced when switching athletes
63d13ba9e Update Italian translation
f947b6bd3 VideoSync - Distance scaling only applies to CRS workouts
67962bfff Fix memory leak in Python API
5f22d12a6 fix(doc): mention QMAKE_MOVE requirement for bison > 3.7
996ee63cd Remove MapQuest API Key from gcconfig.pri.in
a7ad1346e Measures CSV Import - Last field can be empty
90172a4a6 Replace Tracker in default Trends layout
68b70e0e4 Fix Elevation - Avoid 302 network error
434580ee8 Disable execution of Python DPs from formulas and Python API
cb23914a5 Honor chart filters in Trends view Histogram and CP charts (#4287)
1941b9af7 Minimum bison version is now 2.7
This commit is contained in:
Alejandro Martinez
2022-12-11 11:52:23 -03:00
parent 2c3eabdd8b
commit 5af234d6ad
2 changed files with 5 additions and 5 deletions

View File

@@ -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