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).
This release has an
aarch64-apple-darwin
binary, eliminating the need for aversion_override
hack to support that platform.Changes are visible to end-users: no
Test plan
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).