github bazelbuild/rules_cc 0.0.17

latest releases: 0.2.4, 0.2.3, 0.1.5...
9 months ago
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.17/rules_cc-0.0.17.tar.gz"],
    sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
    strip_prefix = "rules_cc-0.0.17",
)

What's Changed

  • Use clang-cl assembler in clang-cl toolchain again by @fhanau in #272
  • Copy over runfiles library from Bazel
  • Use full path for dirname and basename in osx_cc_wrapper.sh.tpl

New Contributors

Full Changelog: 0.0.16...0.0.17

Don't miss a new rules_cc release

NewReleases is sending notifications on new releases.