summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-11 19:29:38 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-11 19:29:38 +0200
commitfcb07b18c81b8fb329614eac75fdd1c15fc750e0 (patch)
tree8a2a67a0be09a3a87dd515ab814f80109c7aa1cd /appveyor.yml
parentffc7bb9f591bcd4a3edac5f474cfadd18f204acf (diff)
downloadthrift-fcb07b18c81b8fb329614eac75fdd1c15fc750e0.tar.gz
appveyor.yml: Disabled broken Cygwin build
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3e5be818b..f0e92f366 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,11 +65,13 @@ environment:
CONFIGURATION: RelWithDebInfo
DISABLED_TESTS: (StalenessCheckTest)
- - PROFILE: CYGWIN
- PROFILE_CLASS: CYGWIN
- PLATFORM: x64
- CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
+ # As of 2021.08.06, the Cygwin build is broken with a missing dll exception.
+ # See for an example https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/builds/40263513/job/a69xt6m4o0y9x1bw?fullLog=true
+ # - PROFILE: CYGWIN
+ # PROFILE_CLASS: CYGWIN
+ # PLATFORM: x64
+ # CONFIGURATION: RelWithDebInfo
+ # DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
build_script: