From ac9caeb6011ad6c4d9ddf0db2b9d2bf745799138 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 8 Jan 2018 06:34:48 -0800 Subject: Temporarily disable FreeBSD-12 ...until the bugs in the google_compute_engine scripts are fixed upstream. Change-Id: I3fcced5ad82735270c991f5a3595b34da60de544 PiperOrigin-RevId: 181158629 --- scripts/ci/bootstrap.json | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'scripts') 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 @@ -42,23 +42,6 @@ }, "opts": ["-c opt"] }, - { - "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", -- cgit v1.2.3