Skip to content

Commit c2bfb2e

Browse files
Enable git_submodules tests and merge git_repository and starlark_git_repository (bazelbuild#17247)
- Added necessary flags to allow clone submodule from local repository. - We only have the starlark version of git repository rule and most test cases in two integration tests are duplicated. Fixes bazelbuild#17040 RELNOTES: None PiperOrigin-RevId: 498989149 Change-Id: I1eec3efa17382ddd0a608c0984e2f6c9f29c5c7c Co-authored-by: Googler <[email protected]>
1 parent 06deebf commit c2bfb2e

File tree

4 files changed

+37
-529
lines changed

4 files changed

+37
-529
lines changed

src/test/shell/bazel/BUILD

-11
Original file line numberDiff line numberDiff line change
@@ -716,17 +716,6 @@ sh_test(
716716
tags = ["no_windows"],
717717
)
718718

719-
sh_test(
720-
name = "git_repository_test",
721-
size = "large",
722-
srcs = ["git_repository_test.sh"],
723-
data = [
724-
":test-deps",
725-
"//src/test/shell/bazel/testdata:git-repos",
726-
"@bazel_tools//tools/bash/runfiles",
727-
],
728-
)
729-
730719
sh_test(
731720
name = "starlark_git_repository_test",
732721
size = "large",

0 commit comments

Comments
 (0)