File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_jar" )
2
+
1
3
http_jar (
2
4
name = "antlr4" ,
3
5
sha256 = "f41dce7441d523baf9769cb7756a00f27a4b67e55aacab44525541f62d7f6688" ,
4
6
url = "https://www.antlr.org/download/antlr-4.7.1-complete.jar" ,
5
7
)
6
8
7
- new_http_archive (
9
+ http_archive (
8
10
name = "antlr4_cpp_runtime" ,
9
- build_file = "BUILD.antlr4_cpp_runtime" ,
11
+ build_file = "@//: BUILD.antlr4_cpp_runtime" ,
10
12
sha256 = "4d0714f441333a63e50031c9e8e4890c78f3d21e053d46416949803e122a6574" ,
11
13
strip_prefix = "antlr4-4.7.1/runtime/Cpp" ,
12
14
url = "https://github.com/antlr/antlr4/archive/4.7.1.tar.gz" ,
@@ -26,9 +28,9 @@ http_archive(
26
28
url = "https://github.com/abseil/abseil-cpp/archive/e5be80532b5d998813f9db952d2cc5401b1532df.tar.gz" ,
27
29
)
28
30
29
- new_http_archive (
31
+ http_archive (
30
32
name = "cpp_btree" ,
31
- build_file = "BUILD.cpp_btree" ,
33
+ build_file = "@//: BUILD.cpp_btree" ,
32
34
sha256 = "e86d047ef509d70f706d526301dc64b6935826d38649f834de49cd11a3018d01" ,
33
35
strip_prefix = "cpp-btree-92ec61e4b8bf182c5c49ebf6540dac62d569d090" ,
34
36
url = "https://github.com/algorithm-ninja/cpp-btree/archive/92ec61e4b8bf182c5c49ebf6540dac62d569d090.tar.gz" ,
You can’t perform that action at this time.
0 commit comments