Tom Parker-Shemilt
Tom Parker-Shemilt
#71 fixes the core issues I've had so far, but I've been having some weird issues building bash. I'm using the command line `distri build -cross=arm64 -hermetic=false -pkg=bash` running in...
I've managed now to track down the issue: Vagrant shared folders. Default didn't work, switching to rsync type now works. Or at least it gets as far as as the...
Thanks. So #72 fixes the cross-platform support for musl-gcc, and I've managed to build the bash package :)
#73 adds cross-arch building to batch, but I'm running into issues running batch as it defaults to a hermetic build which doesn't work very well for cross-building. Would you be...
Also it would be useful for my purposes to have a flag for batch to make it die on the first build failure (defaulting to current "keep going" mode). Is...
https://github.com/distr1/distri/pull/75 adds cross-building support to glibc, but beyond that I'm starting to run into issues. Major fun one is things that depend on gmp (mpfr/mpc) which want to load the...
Having another go at this today on the Pinebook, and *urgh*. Getting fun errors like `error: ‘_Float128’ is not supported on this target` while trying to compile glibc (using stock...
Sorry, I should clarify. It supports "run from this directory" if the file you want to build from is called "Dockerfile". It doesn't support the use case I had, which...
The underlying API definitely supports it. One of the examples from docker-api is `Docker::Image.build_from_dir('.', { 'dockerfile' => 'Dockerfile.Centos' })` i.e. specifying directory and Dockerfile name
`config.vbguest.auto_update = false` seemed to solve most of the problem for me (from https://stackoverflow.com/a/37560913/320546)