Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sha1sum with gsha1sum on macOS
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.
- Loading branch information