lnav
lnav copied to clipboard
[build] making staticlly linked build simpler and faster
#1383
- Build prqlc-c during docker build time
- Making docker run more generalized:
-
docker-run.shscript as a simple execution wrapper -
docker-run.shwith no arguments execute the container interactivly with the workspace mounted to it -
docker-run.sh [command [args]]will execute the command with the args.
-
- Making
docker-run.sh configure(with no arguments) very similar to the command executes in CI - Arguments of
configureexecution byentrypoint.sh, integrated intoconfigure.ac - The full build flow (
autogen.sh,configure,make) integrated into the workflows themselves
Sorry I haven't done anything with this yet, was waiting to take a look after v0.13.0 release.