add incompatible_remap_main_repo to buildkite build flags

This commit is contained in:
Chris Parsons 2019-02-27 17:34:04 -05:00
parent 0373718c3e
commit 24b5d0c67c
2 changed files with 17 additions and 1 deletions

View File

@ -6,6 +6,8 @@ tasks:
bazel: latest bazel: latest
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -17,6 +19,8 @@ tasks:
bazel: latest bazel: latest
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -28,6 +32,8 @@ tasks:
bazel: latest bazel: latest
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -39,6 +45,8 @@ tasks:
bazel: latest bazel: latest
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "--" - "--"
- "..." - "..."
@ -52,6 +60,8 @@ tasks:
bazel: last_green bazel: last_green
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -63,6 +73,8 @@ tasks:
bazel: last_green bazel: last_green
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -74,6 +86,8 @@ tasks:
bazel: last_green bazel: last_green
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "..." - "..."
test_flags: test_flags:
@ -85,6 +99,8 @@ tasks:
bazel: last_green bazel: last_green
build_targets: build_targets:
- "..." - "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets: test_targets:
- "--" - "--"
- "..." - "..."

View File

@ -1,7 +1,7 @@
load("@io_bazel_skydoc//stardoc:stardoc.bzl", "stardoc") load("@io_bazel_skydoc//stardoc:stardoc.bzl", "stardoc")
# Note that due to a bug in Bazel 0.22.0, these targets cannot be built without # Note that due to a bug in Bazel 0.22.0, these targets cannot be built without
# the --experimental_remap_main_repo flag. # the --incompatible_remap_main_repo flag.
stardoc( stardoc(
name = "build_test_docs", name = "build_test_docs",
input = "//rules:build_test.bzl", input = "//rules:build_test.bzl",