Commits on Source (7)
-
Matthew Clarkson authoredVerified16c8d3b8
-
Matthew Clarkson authoredVerified3190cb94
-
Matthew Clarkson authored
The macro registers APE binaries for the platform contraints that are supported. This prevents host platforms that are unsupported from resolving the toolchain. ```py load("@ape//ape/toolchain:defs.bzl", "ape_toolchain") toolchain_type( name = "type", ) ape_toolchain( name = "ape", toolchain = "@ape//:curl", toolchain_type = ":type", ) ```
Verifiede89d679e -
Matthew Clarkson authoredVerifiedf5b2af10
-
Matthew Clarkson authoredVerifiedb52bf27e
-
Bot authored
# [1.0.0-alpha.5](https://git.gitlab.arm.com/bazel/ape/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-02-24) ### Bug Fixes * register toolchains for supported platforms ([37883016](https://git.gitlab.arm.com/bazel/ape/commit/3788301606765c37ad6f22ebb01d86168319d355)) ### Features * add `ape_toolchain` macro ([e89d679e](https://git.gitlab.arm.com/bazel/ape/commit/e89d679e18822f90ac64f14479932b0477ee8239))
Showing
- CHANGELOG.md 10 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 2 additions, 2 deletionsMODULE.bazel
- MODULE.bazel.lock 32 additions, 1905 deletionsMODULE.bazel.lock
- README.md 27 additions, 0 deletionsREADME.md
- ape/toolchain/BUILD.bazel 0 additions, 0 deletionsape/toolchain/BUILD.bazel
- ape/toolchain/defs.bzl 5 additions, 0 deletionsape/toolchain/defs.bzl
- ape/toolchain/macro.bzl 50 additions, 0 deletionsape/toolchain/macro.bzl
- e2e/MODULE.bazel 1 addition, 1 deletione2e/MODULE.bazel
- e2e/MODULE.bazel.lock 345 additions, 339 deletionse2e/MODULE.bazel.lock
- e2e/toolchain/curl/BUILD.bazel 3 additions, 2 deletionse2e/toolchain/curl/BUILD.bazel
This diff is collapsed.
ape/toolchain/BUILD.bazel
0 → 100644
ape/toolchain/defs.bzl
0 → 100644
ape/toolchain/macro.bzl
0 → 100644
This diff is collapsed.