Commit 362be24
committed
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.1 parent 418a9e6 commit 362be24
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments