Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Add support for building Docker images #136

Merged
merged 1 commit into from
Nov 10, 2018
Merged

[build] Add support for building Docker images #136

merged 1 commit into from
Nov 10, 2018

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Nov 10, 2018

This is pretty "quick and dirty", but works reasonably well. The code is
both built and run inside two separate Docker containers - one with gcc,
nasm etc (with an obviously larger footprint) and another one based on a
smaller Debian base image, with only qemu and the resulting .iso file.

This is pretty "quick and dirty", but works reasonably well. The code is
both built and run inside two separate Docker containers - one with gcc,
nasm etc (with an obviously larger footprint) and another one based on a
smaller Debian base image, with only qemu and the resulting `.iso` file.
@perlun
Copy link
Contributor Author

perlun commented Nov 10, 2018

The CI failure is because of an intermittent failure w/ gcc 4.9. We can pretty safely ignore it. Merging.

@perlun perlun merged commit f017684 into master Nov 10, 2018
@perlun perlun deleted the docker-wip branch November 10, 2018 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant