<#186 Use `pipefail` so make sees command failures...
# open_pdks
g
#186 Use `pipefail` so make sees command failures. Pull request opened by mithro In a pipeline, normally only the exit code of the last command matters. Thus when sending stuff through tee, a failure of the first command is lost.
pipefail
makes sure that a failure on the first command causes a failure exit code. More info at https://stackoverflow.com/questions/6871859/piping-command-output-to-tee-but-also-save-exit-code-of-command Fixes #180 - "foundry_install.py script failing doesn't stop the build" RTimothyEdwards/open_pdks All checks have passed 7/7 successful checks