Commits on Source (9)
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.6](https://git.gitlab.arm.com/bazel/rules_coreutils/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-02-12) ### Bug Fixes * switch to `toolchain_utils@1.0.0-beta.1` ([87d239da](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/87d239da3f7c97f5734c5310360b814da3ff1ade)) * upgrade to `rules_download@1.0.0-alpha.8` ([d0f23f57](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/d0f23f577dc570df6fcc2a43786b933e31b87bb4)) ### Features * add `chmod` toolchain ([cefa2083](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/cefa20839d1b321cdebf40d6a9f2c2e42caaf56f)) * add `chown` toolchain ([025b7b02](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/025b7b02a69aa875f99ab1388a2bf09e57542db0)) * add `install` toolchain ([44aaf472](https://git.gitlab.arm.com/bazel/rules_coreutils/commit/44aaf472aca82e0a0d01adbbce165f3973a6ecc2))
Showing
- .bazelrc 4 additions, 2 deletions.bazelrc
- .bazelrc.ci 0 additions, 3 deletions.bazelrc.ci
- CHANGELOG.md 13 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 33 additions, 0 deletionsCODEOWNERS
- MODULE.bazel 18 additions, 15 deletionsMODULE.bazel
- MODULE.bazel.lock 477 additions, 317 deletionsMODULE.bazel.lock
- README.md 1 addition, 1 deletionREADME.md
- coreutils/toolchain/arch/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/arch/BUILD.bazel
- coreutils/toolchain/base64/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/base64/BUILD.bazel
- coreutils/toolchain/basename/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/basename/BUILD.bazel
- coreutils/toolchain/busybox/BUILD.bazel 2 additions, 2 deletionscoreutils/toolchain/busybox/BUILD.bazel
- coreutils/toolchain/busybox/toolchains.bzl 5 additions, 5 deletionscoreutils/toolchain/busybox/toolchains.bzl
- coreutils/toolchain/cat/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/cat/BUILD.bazel
- coreutils/toolchain/chmod/BUILD.bazel 39 additions, 0 deletionscoreutils/toolchain/chmod/BUILD.bazel
- coreutils/toolchain/chown/BUILD.bazel 39 additions, 0 deletionscoreutils/toolchain/chown/BUILD.bazel
- coreutils/toolchain/coreutils/BUILD.bazel 1 addition, 1 deletioncoreutils/toolchain/coreutils/BUILD.bazel
- coreutils/toolchain/coreutils/toolchains.bzl 9 additions, 9 deletionscoreutils/toolchain/coreutils/toolchains.bzl
- coreutils/toolchain/cp/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/cp/BUILD.bazel
- coreutils/toolchain/cut/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/cut/BUILD.bazel
- coreutils/toolchain/date/BUILD.bazel 3 additions, 3 deletionscoreutils/toolchain/date/BUILD.bazel
CODEOWNERS
0 → 100644
This diff is collapsed.
coreutils/toolchain/chmod/BUILD.bazel
0 → 100644
coreutils/toolchain/chown/BUILD.bazel
0 → 100644