[NO TESTS] WIP
This commit is contained in:
parent
0ce7e07264
commit
1ad35f95f1
7 changed files with 57 additions and 14 deletions
26
WORKSPACE
26
WORKSPACE
|
@ -41,9 +41,13 @@ git_repository(
|
|||
name = "rules_python",
|
||||
remote = "https://github.com/bazelbuild/rules_python.git",
|
||||
# tag = "0.4.0",
|
||||
commit = "693a1587baf055979493565933f8f40225c00c6d",
|
||||
commit = "5f51a4451b478c5fed491614756d16745682fd7c",
|
||||
)
|
||||
|
||||
load("@rules_python//python:repositories.bzl", "py_repositories")
|
||||
|
||||
py_repositories()
|
||||
|
||||
register_toolchains("//tools/python:python3_toolchain")
|
||||
|
||||
# pip package pinnings need to be initialized.
|
||||
|
@ -62,14 +66,14 @@ load("@arrdem_source_pypi//:requirements.bzl", "install_deps")
|
|||
# Call it to define repos for your requirements.
|
||||
install_deps()
|
||||
|
||||
# git_repository(
|
||||
# name = "rules_zapp",
|
||||
# remote = "https://git.arrdem.com/arrdem/rules_zapp.git",
|
||||
# commit = "961be891e5cff539e14f2050d5cd9e82845ce0f2",
|
||||
# # tag = "0.1.2",
|
||||
# )
|
||||
|
||||
local_repository(
|
||||
name = "rules_zapp",
|
||||
path = "/home/arrdem/Documents/hobby/programming/rules_zapp",
|
||||
git_repository(
|
||||
name = "rules_zapp",
|
||||
remote = "https://git.arrdem.com/arrdem/rules_zapp.git",
|
||||
commit = "961be891e5cff539e14f2050d5cd9e82845ce0f2",
|
||||
# tag = "0.1.2",
|
||||
)
|
||||
|
||||
# local_repository(
|
||||
# name = "rules_zapp",
|
||||
# path = "/home/arrdem/Documents/hobby/programming/rules_zapp",
|
||||
# )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue