You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to an issue issue I had with completing the checklist for #3994.
Steps to Reproduce
Be on macOS
make ci-lint
Expected Behavior
The command works.
Actual Behavior
devops/scripts/dev-shell-ci run make --keep-going lint typelint
devops/scripts/dev-shell-ci: line 23: sha256sum: command not found
make: *** [ci-lint] Error 127
Comments
sha256sum is not installed by default on macOS; however, there are plenty of other built-in tools that allow one to compute hashes. We should probably create a function that chooses the appropriate hashing tool depending on the platform it's running on.
The text was updated successfully, but these errors were encountered:
Description
Follow-up to an issue issue I had with completing the checklist for #3994.
Steps to Reproduce
make ci-lint
Expected Behavior
The command works.
Actual Behavior
Comments
sha256sum
is not installed by default on macOS; however, there are plenty of other built-in tools that allow one to compute hashes. We should probably create a function that chooses the appropriate hashing tool depending on the platform it's running on.The text was updated successfully, but these errors were encountered: