@@ -4,40 +4,40 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
55
66git_repository (
7- name = "ecsact " ,
8- remote = "git@github.com:seaube/ecsact.git " ,
9- commit = "6bce75438e812fd887dbe24e757d2a523993fa26 " ,
10- shallow_since = "1651763515 -0400 " ,
7+ name = "ecsact_rtb " ,
8+ commit = "4d4856d697300a1e3c8b2e49b25acb72e9328b9d " ,
9+ remote = "git@github.com:seaube/ecsact-rtb.git " ,
10+ # shallow_since = "1657554031 -0700 ",
1111)
1212
13- http_archive (
14- name = "boost" ,
15- strip_prefix = "boost-563e8e0de4eac4b48a02d296581dc2454127608e" ,
16- urls = ["https://github.com/bazelboost/boost/archive/563e8e0de4eac4b48a02d296581dc2454127608e.zip" ],
17- sha256 = "c41441a6e9f8038ad626e9f937ddc3675ab896b6c3512eefc6840037b3816d03" ,
18- )
13+ load ("@ecsact_rtb//:repositories.bzl" , "ecsact_rtb_repositories" )
14+
15+ ecsact_rtb_repositories ()
1916
20- load ("@boost//:index.bzl" , "boost_http_archives" )
21- boost_http_archives ()
17+ load ("@ecsact_rtb//:workspace.bzl" , "ecsact_rtb_workspace" )
18+
19+ ecsact_rtb_workspace ()
2220
2321http_archive (
2422 name = "bzlws" ,
25- strip_prefix = "bzlws-f929e5380f441f50a77776d34a7df8cacdbdf986 " ,
26- url = "https://github.com/zaucy/ bzlws/archive/f929e5380f441f50a77776d34a7df8cacdbdf986.zip " ,
27- sha256 = "5bebb821b158b11d81dd25cf031b5b26bae97dbb02025df7d0e41a262b3a030b " ,
23+ sha256 = "9bc9d6bf1d885992d58a4ad9dc7476a8cd48d672b497707b0ae2c0899c6d369b " ,
24+ strip_prefix = "bzlws-344801b9b3105bd13e4b51ec9776f04bd5e01972 " ,
25+ url = "https://github.com/zaucy/bzlws/archive/344801b9b3105bd13e4b51ec9776f04bd5e01972.zip " ,
2826)
2927
3028load ("@bzlws//:repo.bzl" , "bzlws_deps" )
29+
3130bzlws_deps ()
3231
3332http_archive (
3433 name = "rules_7zip" ,
34+ sha256 = "29ba984e2a7d48540faa839efaf09be4b880d211a93575e7ac87abffc12dbdea" ,
3535 strip_prefix = "rules_7zip-25d3b858a37580dbc1f1ced002e210be15012e2f" ,
3636 urls = ["https://github.com/zaucy/rules_7zip/archive/25d3b858a37580dbc1f1ced002e210be15012e2f.zip" ],
37- sha256 = "29ba984e2a7d48540faa839efaf09be4b880d211a93575e7ac87abffc12dbdea" ,
3837)
3938
4039load ("@rules_7zip//:setup.bzl" , "setup_7zip" )
40+
4141setup_7zip ()
4242
4343_nlohmann_json_build_file = """
@@ -54,9 +54,9 @@ cc_library(
5454
5555http_archive (
5656 name = "nlohmann_json" ,
57- url = "https://github.com/nlohmann/json/releases/download/v3.10.4/include.zip" ,
58- sha256 = "62c585468054e2d8e7c2759c0d990fd339d13be988577699366fe195162d16cb" ,
5957 build_file_content = _nlohmann_json_build_file ,
58+ sha256 = "62c585468054e2d8e7c2759c0d990fd339d13be988577699366fe195162d16cb" ,
59+ url = "https://github.com/nlohmann/json/releases/download/v3.10.4/include.zip" ,
6060)
6161
6262http_archive (
@@ -66,6 +66,7 @@ http_archive(
6666)
6767
6868load ("@build_bazel_rules_nodejs//:index.bzl" , "node_repositories" )
69+
6970node_repositories ()
7071
7172http_archive (
@@ -76,4 +77,18 @@ http_archive(
7677)
7778
7879load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" )
80+
7981aspect_bazel_lib_dependencies ()
82+
83+ http_archive (
84+ name = "rules_pkg" ,
85+ sha256 = "8a298e832762eda1830597d64fe7db58178aa84cd5926d76d5b744d6558941c2" ,
86+ urls = [
87+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" ,
88+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz" ,
89+ ],
90+ )
91+
92+ load ("@rules_pkg//:deps.bzl" , "rules_pkg_dependencies" )
93+
94+ rules_pkg_dependencies ()
0 commit comments