aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2018-01-08 06:34:48 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-08 06:36:38 -0800
commitac9caeb6011ad6c4d9ddf0db2b9d2bf745799138 (patch)
treeda46e09efbd9aea58a88e4b7abb72e86c8789e85 /scripts
parent0ba8307ff46746864e357d0b7834b3c4247421d0 (diff)
Temporarily disable FreeBSD-12
...until the bugs in the google_compute_engine scripts are fixed upstream. Change-Id: I3fcced5ad82735270c991f5a3595b34da60de544 PiperOrigin-RevId: 181158629
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bootstrap.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/ci/bootstrap.json b/scripts/ci/bootstrap.json
index bdaa497367..026f4c96a6 100644
--- a/scripts/ci/bootstrap.json
+++ b/scripts/ci/bootstrap.json
@@ -44,23 +44,6 @@
},
{
"variation": "",
- "node": "freebsd-12",
- "parameters": {
- "configure": [
- "find -E . -type f -iregex '.*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)' \\",
- "-exec sed -i '' \\",
- "-e '1s|^\\#![[:space:]]*/bin/bash\\([[:space:]]\\)|\\#!/usr/local/bin/bash\\1|' \\",
- "-e '1s|^\\#![[:space:]]*/bin/bash$|\\#!/usr/local/bin/bash|' \\",
- "-e '1s|^\\#![[:space:]]*/usr/bin/env bash\\([[:space:]]\\)|\\#!/usr/local/bin/bash\\1|' \\",
- "-e '1s|^\\#![[:space:]]*/usr/bin/env bash$|\\#!/usr/local/bin/bash|' \\",
- "{} +"
- ],
- "archive": {"bazel-bin/src/bazel": "bazel"}
- },
- "opts": ["-c opt"]
- },
- {
- "variation": "",
"node": "darwin-x86_64",
"parameters": {
"archive": {