From 9022535f9576a6c06469c8d580c3a506f7bf1ef6 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 165fb4ec57..a5731c5a0e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ image: - Visual Studio 2017 - - Previous Ubuntu1804 + - Ubuntu1804 platform: - x64 @@ -36,6 +36,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