From 4b25373d12887f5add565197c4a163e9f1d9b716 Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Thu, 16 Jan 2020 10:34:47 +0100 Subject: [PATCH] Remove flag --incompatible_remap_main_repo (#227) It's on by default since Bazel 2.0, and the flag is now going away. https://github.com/bazelbuild/bazel/issues/7130 --- .bazelci/presubmit.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 26153af9..d7e48457 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -6,8 +6,6 @@ tasks: bazel: latest build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -19,8 +17,6 @@ tasks: bazel: latest build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -32,8 +28,6 @@ tasks: bazel: latest build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -45,8 +39,6 @@ tasks: bazel: latest build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "--" - "//..." @@ -61,8 +53,6 @@ tasks: bazel: last_green build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -74,8 +64,6 @@ tasks: bazel: last_green build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -87,8 +75,6 @@ tasks: bazel: last_green build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "//..." test_flags: @@ -100,8 +86,6 @@ tasks: bazel: last_green build_targets: - "//..." - build_flags: - - "--incompatible_remap_main_repo" test_targets: - "--" - "//..."