* you can cache the image and save time downloading dependencies
* you can build for multiple different distros on the same build hardware
* you can make experiemental changes to the build scripts, dependency
- packages, compliers, etc. and test them before submitting the changes
+ packages, compilers, etc. and test them before submitting the changes
to a real CI job
* it's cool!
else:
log.error("Command failed!")
log.warning(
- "🚧 the command may have faild due to circumstances"
+ "🚧 the command may have failed due to circumstances"
" beyond the influence of this build script. For example: a"
- " complier error caused by a source code change."
+ " compiler error caused by a source code change."
" Pay careful attention to the output generated by the command"
" before reporting this as a problem with the"
" build-with-container.py script. 🚧"