add incompatible_remap_main_repo to buildkite build flags

This commit is contained in:
Chris Parsons 2019-02-27 17:30:27 -05:00
parent 0373718c3e
commit ef8ebc2b60
2 changed files with 15 additions and 1 deletions

View File

@ -6,6 +6,8 @@ tasks:
bazel: latest
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -17,6 +19,8 @@ tasks:
bazel: latest
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -28,6 +32,8 @@ tasks:
bazel: latest
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -52,6 +58,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -63,6 +71,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -74,6 +84,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "..."
test_flags:
@ -85,6 +97,8 @@ tasks:
bazel: last_green
build_targets:
- "..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "--"
- "..."

View File

@ -1,7 +1,7 @@
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
# the --experimental_remap_main_repo flag.
# the --incompatible_remap_main_repo flag.
stardoc(
name = "build_test_docs",
input = "//rules:build_test.bzl",