aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bootstrap.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/bootstrap.json')
-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": {