From 6f74f1caf38c4ba3f9ada5ac7d686f6ffaf93c15 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:43:52 +0200 Subject: [PATCH] Disable the msys32 build because it doesn't work (due to brk issues). --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ecbec26c1..1f0a4d38a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ build: matrix: arch: - sh - - msys32 + #- msys32 -- 2.34.1