0.7.1
0.7.1
https://bazelbuild.github.io/rules_foreign_cc/0.7.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 = "bcd0c5f46a49b85b384906daae41d277b3dc0ff27c7c752cc51e43048a58ec83",
strip_prefix = "rules_foreign_cc-0.7.1",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.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.7.1/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()
What's Changed
- Added
v0.7.0
docs by @UebelAndre in #829 - Support propagation of
includes
by @ericastor in #826 - Adapt tests to new cc_binary file extension on macOS by @fmeum in #834
- Fixed
0.7.0
docs by @UebelAndre in #838 - Add toolchain types for autotools tools by @jsharpe in #816
- Fix typo in comment by @jsharpe in #840
- Add runfiles to built_tools by @jsharpe in #844
- Minor cleanup for examples by @UebelAndre in #835
- use rules_perl toolchain for Windows build of OpenSSL by @jheaff1 in #846
- Bash quoting by @jsharpe in #842
- Initial bzlmod support by @jsharpe in #839
- CMake 3.22.1 by @jsharpe in #841
- More quoting fixes for handling paths with spaces by @jsharpe in #850
New Contributors
- @ericastor made their first contribution in #826
Full Changelog: 0.7.0...0.7.1