This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ graknlabs_dependencies_ci_pip_install()
58
58
#####################################################################
59
59
# Load @graknlabs_bazel_distribution (from @graknlabs_dependencies) #
60
60
#####################################################################
61
- load ("@graknlabs_dependencies//distribution:deps .bzl" , distribution_deps = "deps " )
62
- distribution_deps ()
61
+ load ("//dependencies/graknlabs:repositories .bzl" , "graknlabs_bazel_distribution " )
62
+ graknlabs_bazel_distribution ()
63
63
64
64
pip3_import (
65
65
name = "graknlabs_bazel_distribution_pip" ,
Original file line number Diff line number Diff line change 17
17
18
18
load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
19
19
20
+ def graknlabs_bazel_distribution ():
21
+ git_repository (
22
+ name = "graknlabs_bazel_distribution" ,
23
+ remote = "https://github.com/graknlabs/bazel-distribution" ,
24
+ commit = "fa1c551bb39955f4cc0f4c5d7e801832e5594dd5"
25
+ )
26
+
20
27
def graknlabs_dependencies ():
21
28
git_repository (
22
29
name = "graknlabs_dependencies" ,
You can’t perform that action at this time.
0 commit comments