Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Remove flag --incompatible_remap_main_repo #106

Merged
merged 1 commit into from
Jan 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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