Fixed setup instructions in docs (#660)
This commit is contained in:
parent
2f13d30e49
commit
2407938f22
|
@ -21,9 +21,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|||
|
||||
http_archive(
|
||||
name = "rules_foreign_cc",
|
||||
sha256 = "d54742ffbdc6924f222d2179f0e10e911c5c659c4ae74158e9fe827aad862ac6",
|
||||
strip_prefix = "rules_foreign_cc-0.2.0",
|
||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.2.0.tar.gz",
|
||||
# TODO: Get the latest sha256 value from the latest release on the releases page
|
||||
# https://github.com/bazelbuild/rules_foreign_cc/releases
|
||||
#
|
||||
# sha256 = "...",
|
||||
strip_prefix = "rules_foreign_cc-0.3.0",
|
||||
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.3.0.tar.gz",
|
||||
)
|
||||
|
||||
load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")
|
||||
|
|
Loading…
Reference in New Issue