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

Docker container environment for building and running tests locally #38

Open
jnicholls opened this issue Aug 5, 2020 · 0 comments
Open
Labels
Good first issue Good for newcomers

Comments

@jnicholls
Copy link
Contributor

OpenLimits will begin to utilize a set of open source tooling for running its code coverage tests that does not come standard with the Rust cargo toolchain. Additionally, OpenLimits will eventually introduce various language bindings on top of it that will involve lots of various toolsets that will begin to become cumbersome to maintain by hand.

What we want is a build environment within a Docker container that can be executed on any contributor's machine, as easily as cloning the repository and running a set of make targets. Every machine has easy access to make and Docker as the two environmental dependencies.

@jnicholls jnicholls added the Good first issue Good for newcomers label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant