From 9ff29e64d38c301153ba1d2a2e0b21206afdd673 Mon Sep 17 00:00:00 2001 From: dmarting Date: Sun, 12 Nov 2017 17:33:31 -0800 Subject: Deactivate FreeBSD-12 tests Issue bazelbuild/continuous-integration#149: FreeBSD 12 slaves cannot copy the Bazel binary keeping permission correctly. PiperOrigin-RevId: 175474382 --- scripts/ci/bazel-tests.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json index 79930da391..62af16f2da 100644 --- a/scripts/ci/bazel-tests.json +++ b/scripts/ci/bazel-tests.json @@ -31,8 +31,9 @@ } }, { "configurations": [ - {"node": "freebsd-11"}, - {"node": "freebsd-12"} + {"node": "freebsd-11"} //, + // TODO(aehlig): Fix bazelbuild/continuous-integration#149 and reactivate. + // {"node": "freebsd-12"} ], "parameters": { // As configure step, we redo the USES=shebangfix of the devel/bazel -- cgit v1.2.3