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
Currently for me the kubler/bob-musl image is failing to build.
In the builder/bob-musl/build.shconfigure_bob() one of the steps is failing (I opened a separate issue #214 for this).
If I run kubler build -i kubler/bob-musl and then kubler-build-root the same error occurs, but instead of stopping at the failed command the build continues to execute all the commands in the configure_bob() function.
I think the behaviour in interactive mode should stop on the failed command like in non-interactive mode. Otherwise the terminal can have a lot of output and the build can look successful (it may even be successful, if the error didn't impact it).
The text was updated successfully, but these errors were encountered:
This might be a bit of an edge case for build containers in interactive mode. Interactive mode is not running Bash in super strict mode as that might also exit the build container completely on errors, which is most likely not what you want. Not sure this can be resolved easily.
Currently for me the kubler/bob-musl image is failing to build.
In the
builder/bob-musl/build.sh
configure_bob()
one of the steps is failing (I opened a separate issue #214 for this).If I run
kubler build -i kubler/bob-musl
and thenkubler-build-root
the same error occurs, but instead of stopping at the failed command the build continues to execute all the commands in theconfigure_bob()
function.I think the behaviour in interactive mode should stop on the failed command like in non-interactive mode. Otherwise the terminal can have a lot of output and the build can look successful (it may even be successful, if the error didn't impact it).
The text was updated successfully, but these errors were encountered: