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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: