bazel_arm_toolchains v0.2.0 Release
Pre-release
Pre-release
To incorporate bazel_arm_toolchains
into your project copy the following into your WORKSPACE file.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_arm_toolchains",
strip_prefix = "bazel_arm_toolchains-0.2.0",
sha256 = "0b223c7d6f10559e87379ea052bdbb1a6bb61fab7510b5e85e377b6fe0dcaa68",
url = "https://github.com/agoessling/bazel_arm_toolchains/archive/v0.2.0.zip",
)
load("@bazel_arm_toolchains//toolchains:toolchains.bzl", "all_toolchain_deps")
all_toolchain_deps()
What's Changed
- feat: Add --strip-all to optimized linker flags by @matte1 in #2
- Add direct tool access. by @agoessling in #1
New Contributors
- @matte1 made their first contribution in #2
- @agoessling made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0