Skip to content

0.0.5

Compare
Choose a tag to compare
@oquenchil oquenchil released this 06 Feb 08:59
· 129 commits to main since this release

Release 0.0.5 of rules_cc

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.5/rules_cc-0.0.5.tar.gz"],
    sha256 = "2004c71f3e0a88080b2bd3b6d3b73b4c597116db9c9a36676d0ffad39b849214",
    strip_prefix = "rules_cc-0.0.5",
)