bazel-contrib / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
Apache License 2.0
141 stars 91 forks source link

chore(deps): update coreutils to v0.0.27 #905

Closed plobsing closed 2 months ago

plobsing commented 3 months ago

This release has an aarch64-apple-darwin binary, eliminating the need for a version_override hack to support that platform.


Changes are visible to end-users: no

Test plan

bazel test ...
cd e2e/smoke
bazel test ...

All previously passing tests still pass; //lib/tests/transitions:transitioned_go_test_arm64 fails in the same way it had before (on a Darwin / ARM machine).