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
Recent macOS updates introduced /sbin/sha1sum, which is not GNU's
sha1sum and is incompatible with its implementation. This causes the
sha1sum test in make artifact to always pass because the test
currently relies on detecting the string "FAILED" in the stderr
output.
Apple's sha1sum does not support the -c (checksum verification) option,
making it unsuitable for verifying artifact integrity.
0 commit comments