mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Switch to gcc-11 for Linux builds on AppVeyor
Using gcc-13 makes the generated AppImage to require a newer libstdc++ version than some currently supported distributions include by default. This way we don't need Travis-ci generated Qt5 AppImages anymore and we can deprecate Qt5 support. [publish binaries]
This commit is contained in:
@@ -72,6 +72,8 @@ init:
|
||||
- sh: >-
|
||||
if $CI_LINUX; then
|
||||
export OS_NAME=linux
|
||||
# Select gcc-11 for AppImage backward compatibility
|
||||
sudo update-alternatives --set gcc "/usr/bin/gcc-11"
|
||||
# Setup QT 6.8
|
||||
export QTDIR=$HOME/Qt/6.8
|
||||
export LD_LIBRARY_PATH=$QTDIR:$LD_LIBRARY_PATH
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
#define VERSION35_BUILD 3990 // released
|
||||
#define VERSION36_BUILD 5000 // released 5/8/23
|
||||
#define VERSION37_BUILD 5005 // released 28/3/25
|
||||
#define VERSION37_SP1 5006 // released 20/11/25 - latest snapshot 28/11/25
|
||||
#define VERSION37_SP1 5006 // released 20/11/25 - latest snapshot 13/12/25
|
||||
|
||||
// will keep changing during testing and before final release
|
||||
#define VERSION31_BUILD VERSION31_UPG
|
||||
|
||||
Reference in New Issue
Block a user