Commits on Source (5)
-
Matthew Clarkson authored
When running on `arm64` executors the following error occurs: ``` ../ape~1.0.0-beta.4/ape/toolchain/ape/ape-arm64-linux/ape-arm64-linux: 1: ../ape~1.0.0-beta.4/ape/toolchain/ape/ape-arm64-linux/ape-arm64-linux: Syntax error: "(" unexpected ``` This may be due to the executors having a custom `binfmt_misc` setup. It needs more debugging but we can force AMD64 executors for now.
Verified1de0f97b -
Matthew Clarkson authored
Requires a change to `toolchain_info` rule to get access to `ToolchainInfo#run` which provides `FilesToRunInfo`. This can be used to correctly expose the runfiles to a n action.
Verified246b23be -
Matthew Clarkson authoredVerified32861208
-
Matthew Clarkson authoredVerified575fd10b
-
Bot authored
# [1.0.0-beta.5](https://git.gitlab.arm.com/bazel/ape/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-05-04) ### Bug Fixes * upgrade to `toolchain_utils@1.0.0-beta.9` ([246b23be](https://git.gitlab.arm.com/bazel/ape/commit/246b23be38f24f24b360a4649a1f55706f5b651f))
Showing
- .bazelrc.ci 3 additions, 0 deletions.bazelrc.ci
- BUILD.bazel 2 additions, 2 deletionsBUILD.bazel
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 2 additions, 2 deletionsMODULE.bazel
- MODULE.bazel.lock 13 additions, 1109 deletionsMODULE.bazel.lock
- ape/binary/posix.tmpl.sh 20 additions, 2 deletionsape/binary/posix.tmpl.sh
- ape/binary/rule.bzl 1 addition, 1 deletionape/binary/rule.bzl
- ape/toolchain/ape/BUILD.bazel 2 additions, 2 deletionsape/toolchain/ape/BUILD.bazel
- e2e/.bazelrc.ci 3 additions, 0 deletionse2e/.bazelrc.ci
- e2e/MODULE.bazel 6 additions, 1 deletione2e/MODULE.bazel
- e2e/MODULE.bazel.lock 29 additions, 15 deletionse2e/MODULE.bazel.lock
- e2e/install/BUILD.bazel 12 additions, 0 deletionse2e/install/BUILD.bazel
- e2e/install/defs.bzl 5 additions, 0 deletionse2e/install/defs.bzl
- e2e/install/fixture.txt 1 addition, 0 deletionse2e/install/fixture.txt
- e2e/install/rule.bzl 38 additions, 0 deletionse2e/install/rule.bzl
- e2e/toolchain/install/BUILD.bazel 26 additions, 0 deletionse2e/toolchain/install/BUILD.bazel
This diff is collapsed.
e2e/install/BUILD.bazel
0 → 100644
e2e/install/defs.bzl
0 → 100644
e2e/install/fixture.txt
0 → 100644
e2e/install/rule.bzl
0 → 100644
e2e/toolchain/install/BUILD.bazel
0 → 100644