commit | 9a01f860bf7b21f9a6cd32f9ec02eaac7c74fcda | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Fri Oct 12 07:54:16 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Thu Oct 11 23:11:41 2018 +0000 |
tree | 70e45d80296aeb7af888a9ff817699c55339176e | |
parent | 6ad461cd0b2bef10be5f878547858a3366ce572b [diff] |
bazlets: Replace native.git_repository with skylark rule The native.git_repository rule does not work properly when invoked in a `git submodule foreach` command. Bazel will deprecate the native rules anyway, so replace with skylark's git_repository. See [1] for context. [1] https://github.com/bazelbuild/bazel/issues/6358#issuecomment-429103745 Change-Id: Id8bd40142965c2f9fa8f656c5c8cdee1d3eddba0