From 80f1f633f77edd253da740c471c905162c6e4b80 Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Wed, 15 Jan 2020 13:20:40 +0100 Subject: [PATCH] Remove flag --incompatible_remap_main_repo It's on by default since Bazel 2.0, and the flag is now going away. https://github.com/bazelbuild/bazel/issues/7130 --- .bazelci/bazel_skylib.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.bazelci/bazel_skylib.yml b/.bazelci/bazel_skylib.yml index 5f48de1..a79d1d3 100644 --- a/.bazelci/bazel_skylib.yml +++ b/.bazelci/bazel_skylib.yml @@ -21,8 +21,6 @@ common: &common buildifier: latest tasks: macos: - build_flags: - - --incompatible_remap_main_repo setup: - python3.7 scripts/patch_repositories.py - python3.7 scripts/create_project_workspace.py --project=bazel_skylib @@ -30,8 +28,6 @@ tasks: - --test_env=PATH <<: *common ubuntu1604: - build_flags: - - --incompatible_remap_main_repo setup: - python3.6 scripts/patch_repositories.py - python3.6 scripts/create_project_workspace.py --project=bazel_skylib @@ -39,8 +35,6 @@ tasks: - --test_env=PATH <<: *common ubuntu1804: - build_flags: - - --incompatible_remap_main_repo setup: - python3.6 scripts/patch_repositories.py - python3.6 scripts/create_project_workspace.py --project=bazel_skylib @@ -48,8 +42,6 @@ tasks: - --test_env=PATH <<: *common windows: - build_flags: - - --incompatible_remap_main_repo setup: - python.exe scripts/patch_repositories.py - python.exe scripts/create_project_workspace.py --project=bazel_skylib