From 4dd64d37dbd9f7fe8b14f020531b493fe782d225 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 7 Nov 2017 13:55:36 +0100 Subject: Fix #5998: AppVeyor package building is currently failing --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 92fc629b3..82f354c2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,13 +10,13 @@ image: environment: CYGMIRROR: http://ftp.inf.tu-dresden.de/software/windows/cygwin32 matrix: - - USEOPAM: true - ARCH: 64 +# - USEOPAM: true +# ARCH: 64 # Comment out until issue #5998 is fixed. # - USEOPAM: false # ARCH: 32 -# - USEOPAM: false -# ARCH: 64 + - USEOPAM: false + ARCH: 64 build_script: - cmd: 'call %APPVEYOR_BUILD_FOLDER%\dev\ci\appveyor.bat' -- cgit v1.2.3