Skip to content

Commit

Permalink
Remove flag --incompatible_remap_main_repo (#227)
Browse files Browse the repository at this point in the history
It's on by default since Bazel 2.0, and the flag is now going away.

bazelbuild/bazel#7130
  • Loading branch information
laurentlb committed Jan 16, 2020
1 parent 327d61b commit 4b25373
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .bazelci/presubmit.yml
Expand Up @@ -6,8 +6,6 @@ tasks:
bazel: latest
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -19,8 +17,6 @@ tasks:
bazel: latest
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -32,8 +28,6 @@ tasks:
bazel: latest
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -45,8 +39,6 @@ tasks:
bazel: latest
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "--"
- "//..."
Expand All @@ -61,8 +53,6 @@ tasks:
bazel: last_green
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -74,8 +64,6 @@ tasks:
bazel: last_green
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -87,8 +75,6 @@ tasks:
bazel: last_green
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "//..."
test_flags:
Expand All @@ -100,8 +86,6 @@ tasks:
bazel: last_green
build_targets:
- "//..."
build_flags:
- "--incompatible_remap_main_repo"
test_targets:
- "--"
- "//..."
Expand Down

0 comments on commit 4b25373

Please sign in to comment.