From 7e676388f83897834c0d2574239eb481ab195b43 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Fri, 21 Feb 2020 14:45:06 +0900 Subject: [PATCH] Disable kyllingstad/zmqd Since the new release, it requires a zmq >= 4.3 but the machines have 4.1.4. --- buildkite.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildkite.sh b/buildkite.sh index 2b89fda3..61386121 100755 --- a/buildkite.sh +++ b/buildkite.sh @@ -168,7 +168,9 @@ projects=( "ikod/dlang-requests" "kaleidicassociates/excel-d" "kaleidicassociates/lubeck" - "kyllingstad/zmqd" + # Need a zmq version >= 4.3 + # See https://github.com/kyllingstad/zmqd/blob/v1.2.0/CHANGELOG.md#changed + #"kyllingstad/zmqd" "lgvz/imageformats" "libmir/mir" "libmir/mir-core"