Support BAZELISK_VERIFY_SHA256 for multiplatform projects #522
Labels
help wanted
Needs help from external contributors
P2
We'll consider working on this in future. (Assignee optional)
type: feature request
New feature or request
Bazelisk downloads platform specific version of bazel (windows,linux,etc) and then verifies SHA with value from BAZELISK_VERIFY_SHA256. It does not work if a given project is built on more than one platform.
Possibly bazelisk could search for platform specific SHA, and use those if found:
BAZELISK_VERIFY_SHA256_LINUX_X86_64
BAZELISK_VERIFY_SHA256_WINDOWS_ARM64
If specific variable is not found then it would fallback to BAZELISK_VERIFY_SHA256 as today.
The text was updated successfully, but these errors were encountered: