From 984d25351a2ec60d3da12748b5de0bdafbe37b02 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 5 May 2018 14:45:43 +0200 Subject: [PATCH] Fix #193 - reenable libdparse --- vars/runPipeline.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vars/runPipeline.groovy b/vars/runPipeline.groovy index 3ebd4a81..94896c61 100644 --- a/vars/runPipeline.groovy +++ b/vars/runPipeline.groovy @@ -457,8 +457,7 @@ def call() { timeout(time: 1, unit: 'HOURS') { // sorted by test time fast to slow (to minimize pending queue length) "dlang-community/dfmt", // 11s "BBasile/iz", // 12s - // see https://github.com/dlang/ci/pull/205 - //"dlang-community/libdparse", // 13s + "dlang-community/libdparse", // 13s "libmir/mir-random", // 13s "dlang-community/D-YAML", // 15s "libmir/mir-algorithm", // 17s