-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)help wantedNeeds help from external contributorsNeeds help from external contributorstype: feature requestNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)help wantedNeeds help from external contributorsNeeds help from external contributorstype: feature requestNew feature or requestNew feature or request