Skip to content

Commit

Permalink
Remove flag --incompatible_remap_main_repo
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 15, 2020
1 parent b3252e9 commit 80f1f63
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .bazelci/bazel_skylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,27 @@ 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
test_flags:
- --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
test_flags:
- --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
test_flags:
- --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
Expand Down

0 comments on commit 80f1f63

Please sign in to comment.