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
Add Docker image and example using docker-compose (#32)
* Create Dockerfile
This follows all the intructions for llvm and makes it possilble to start making reproducible builds
* Create docker-compose.yml to compile and run an example project
* Simplify example so that it can be run without user input
* Copy files from repo into container
This makes it nice for building an image based on the current repo, not the latest HEAD
* Link llvm-cbe so it's in PATH
* Improve hello_world test example
* Improve build time using Ninja and curling sources / prebuilt binaries
* Update Dockerfile to install ninja and cmake using apt
0 commit comments