aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-11-12 17:33:31 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-12 17:35:17 -0800
commit9ff29e64d38c301153ba1d2a2e0b21206afdd673 (patch)
treefbded384b5b9186500f600d18cf8f6a81eddc41b /scripts
parent5de42397910471de67ed662b5c2084cfdc60b948 (diff)
Deactivate FreeBSD-12 tests
Issue bazelbuild/continuous-integration#149: FreeBSD 12 slaves cannot copy the Bazel binary keeping permission correctly. PiperOrigin-RevId: 175474382
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests.json5
1 files changed, 3 insertions, 2 deletions
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