aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-07-09 15:11:06 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-07-09 15:25:02 -0700
commitc9868d011ba00af1587c35bdc3325ae2cc06fb04 (patch)
tree0ccca1a07e80d9671bd7461af55ebe9698fd5e17 /third_party
parentbd35dfaad9a92aee47df68457fc195465c097022 (diff)
Add copyright
Diffstat (limited to 'third_party')
-rw-r--r--third_party/toolchains/BUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/third_party/toolchains/BUILD b/third_party/toolchains/BUILD
index 7d43bdd1d7..1933072ff1 100644
--- a/third_party/toolchains/BUILD
+++ b/third_party/toolchains/BUILD
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+licenses(["notice"]) # Apache v2
+
package(default_visibility = ["//visibility:public"])
# Latest RBE Ubuntu16_04 container
@@ -32,9 +34,13 @@ platform(
"@com_github_bazelbuild_bazeltoolchains//constraints/sanitizers:support_msan",
],
remote_execution_properties = """
- properties: {
- name: "container-image"
- value:"docker://gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:59bf0e191a6b5cc1ab62c2224c810681d1326bad5a27b1d36c9f40113e79da7f"
- }
- """,
+ properties: {
+ name: "container-image"
+ value:"docker://gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:59bf0e191a6b5cc1ab62c2224c810681d1326bad5a27b1d36c9f40113e79da7f"
+ }
+ properties: {
+ name: "gceMachineType"
+ value: "n1-highmem-2"
+ }
+ """,
)