File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change
1
+ bazel_dep (name = "rules_cc" , version = "0.0.9" )
2
+ bazel_dep (name = "rules_foreign_cc" , version = "0.13.0" )
Original file line number Diff line number Diff line change 1
- load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
2
- http_archive (
3
- name = "rules_foreign_cc" ,
4
- sha256 = "a2e6fb56e649c1ee79703e99aa0c9d13c6cc53c8d7a0cbb8797ab2888bbc99a3" ,
5
- strip_prefix = "rules_foreign_cc-0.12.0" ,
6
- url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/0.12.0/rules_foreign_cc-0.12.0.tar.gz" ,
7
- )
8
-
9
- load ("@rules_foreign_cc//foreign_cc:repositories.bzl" , "rules_foreign_cc_dependencies" )
10
-
11
- # This sets up some common toolchains for building targets. For more details, please see
12
- # https://bazelbuild.github.io/rules_foreign_cc/0.12.0/flatten.html#rules_foreign_cc_dependencies
13
- rules_foreign_cc_dependencies ()
14
-
15
- load ("@bazel_features//:deps.bzl" , "bazel_features_deps" )
16
-
17
- bazel_features_deps ()
18
-
You can’t perform that action at this time.
0 commit comments