From eaea0cad51ff62dcbdc226bc33615aa1d7e7ed8e Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Tue, 14 Sep 2021 14:41:51 -0300 Subject: [PATCH] Change AppVeyor build as indicated by their support. https://github.com/appveyor/ci/issues/3728#issuecomment-918423246 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ec259323de..14f98f81c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,6 +44,7 @@ install: - sh: if [ $PLATFORM = "x86" ]; then export BUILD_FLAG=--build=i386-pc-linux-gnu; fi - sh: sudo apt-get -y update - sh: sudo apt-get -y install $APT_PACKAGES + - sh: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 80 --slave /usr/bin/g++ g++ /usr/bin/g++-7 - sh: find . -type f -iname "*.sh" -exec chmod +x {} \; - sh: ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird $BUILD_FLAG - sh: make -j4