Menu

#3707 Make doesn't fail when sha256sum is missing

open
nobody
bug (31)
2023-04-18
2023-04-18
Anonymous
No

Originally created by: sisuresh

When we build with Soroban enabled on Mac OS, this line will do nothing if sha256sum is not installed. The issue is that make will just continue, and we'll see an xdr mismatch later. We should get make to fail on that line. I tried set -eo pipeline, which fails if sha256sum is missing, but if sha256sum is there, the bash script ends on that line and the generated file is missing the braces echoed after that line.

Discussion


Log in to post a comment.