0.9.0
https://bazelbuild.github.io/rules_foreign_cc/0.9.0/
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 = "2a4d07cd64b0719b39a7c12218a3e507672b82a97b98c6a89d38565894cf7c51",
strip_prefix = "rules_foreign_cc-0.9.0",
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/refs/tags/0.9.0.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.9.0/flatten.html#rules_foreign_cc_dependencies
rules_foreign_cc_dependencies()
What's Changed
- Release
v0.8.0
docs by @UebelAndre in #893 - Pass '-undefined error' non sysroot ldflag on macOS by @uhthomas in #894
- Upgrade rules_apple to 0.34.0 by @fweikert in #896
- Fix ninja bootstrap on macOS 12.3+ by @keith in #900
- Use an unreleased version of rules_apple by @fweikert in #899
- Update to new rules_apple release by @keith in #906
- fix: expose CMAKE env variable from cmake toolchains by @roman-kashitsyn in #911
- Make tests pass on busybox by @graywolf-at-work in #912
- Don't load examples dependencies from main WORKSPACE by @jsharpe in #917
- Ninja 1.11.0 by @jsharpe in #919
- Update cmake versions by @jsharpe in #918
- Use bazel_skylib 1.2.1 by @jsharpe in #920
- zlib 1.2.12 by @jsharpe in #916
- Fix small typos in doc and comments by @kiron1 in #924
- fix replace_in_files for file names with spaces by @george-enf in #923
- Speed up CI by preventing the python2 build from running tests by @jheaff1 in #930
- Faciliate usage of jom by @jheaff1 in #932
- Fix
RANLIB
forconfigure_make
by @jun-sheaf in #928 - Hermetic ninja build by @jheaff1 in #935
- Add tool runfiles to action by @jheaff1 in #942
- Add ability to specify DLL dir by @jheaff1 in #939
- openssl 1.1.1o by @jsharpe in #922
- Release version 0.9.0 by @jsharpe in #944
New Contributors
- @uhthomas made their first contribution in #894
- @fweikert made their first contribution in #896
- @roman-kashitsyn made their first contribution in #911
- @graywolf-at-work made their first contribution in #912
- @kiron1 made their first contribution in #924
- @george-enf made their first contribution in #923
- @jun-sheaf made their first contribution in #928
Full Changelog: 0.8.0...0.9.0