Build harvey in unix. It tries to build 386 and amd64, but it doesn't get all the way there. A lot does get built though, so it could be a decent starting point. The ultimate aim is to be able to build harvey successfully in unix, allowing us to create builds in CI.
This PR contains a number of changes:
plan9port awk
build scripts to build parts of harvey in unix
dockerfile to run build scripts in container (allowing us to overwrite system directories where unavoidable)
various code tweaks to help the build complete
can be built on amd64 or arm64
some cmds are excluded until they can be fixed later
Build harvey in unix. It tries to build 386 and amd64, but it doesn't get all the way there. A lot does get built though, so it could be a decent starting point. The ultimate aim is to be able to build harvey successfully in unix, allowing us to create builds in CI.
This PR contains a number of changes: