Skip to content

0.5.1

Compare
Choose a tag to compare
@UebelAndre UebelAndre released this 30 Jul 14:32
· 230 commits to main since this release
eb56038

0.5.1

https://bazelbuild.github.io/rules_foreign_cc/0.5.1/

Usage

Add the following to your WORKSPACE file:

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

http_archive(
    name = "rules_foreign_cc",
    sha256 = "33a5690733c5cc2ede39cb62ebf89e751f2448e27f20c8b2fbbc7d136b166804",
    strip_prefix = "rules_foreign_cc-0.5.1",
    url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.5.1.tar.gz",
)

load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

# This sets up some common toolchains for building targets. For more details, please see
# https://bazelbuild.github.io/rules_foreign_cc/0.5.1/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()

Contributors

This release had contributions from 1 authors.
Thanks to @UebelAndre for their contributions to this release.

Migration Instructions

No migrations needed since 0.5.0.

Release Notes

  • Fix use of make::tool_prefix (#746)