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
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
Update the Dockerifle to build and configure (env variables) the *bsd toolchains.
Add logic to .travis.yml to test these targets.
By the way, @alexcrichton, do you have build instructions for the *bsd.qcow2 images libc uses in its tests? Also, is the "run this script at boot" logic hardcoded in image itself or can that be configured from the command line?
The text was updated successfully, but these errors were encountered:
Configure startup to check for a disk being mounted
If mounted, run a script and then shut down
If not mounted, drop down to an interactive shell
Then to drive the tests you'd put everything you need into a disk image, spin qemu up with that image, and then scrape the output to see if the tests failed. This is all quite brittle, and isn't great b/c you basically have to pre-cache the built image (too slow or not scriptable to create), which reduces the utility over docker.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Resources
build_*bsd_toolchain.sh
.Tentative next steps
By the way, @alexcrichton, do you have build instructions for the *bsd.qcow2 images libc uses in its tests? Also, is the "run this script at boot" logic hardcoded in image itself or can that be configured from the command line?
The text was updated successfully, but these errors were encountered: