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

Automate CI docker image builds #137

Closed
TristanDebrunner opened this issue Jan 13, 2023 · 2 comments
Closed

Automate CI docker image builds #137

TristanDebrunner opened this issue Jan 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@TristanDebrunner
Copy link
Collaborator

Right now the builds of new docker images for testing the rust code are being built manually. This is causing errors when the build machine is ARM based, and is generally a large enough effort that the rust version in CI is not always up to date.

The builds should be automated in CircleCI, thereby reducing the effort to build a new version. It also eliminates the architecture based errors, as the same hardware will build the images and run the images for CI testing.

@TristanDebrunner TristanDebrunner added the bug Something isn't working label Jan 13, 2023
@TristanDebrunner
Copy link
Collaborator Author

No longer needed thanks to #195

@TristanDebrunner TristanDebrunner closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant