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

Add github action to regularly check for new rust releases and add build images #165

Open
abizjak opened this issue Apr 21, 2024 · 0 comments
Labels
[Type] Task An additional feature or improvement.

Comments

@abizjak
Copy link
Contributor

abizjak commented Apr 21, 2024

Task description

Cargo concordium verifiable builds require a fixed docker image as the context where the contract is built.

We publish these images for each rust version but this is currently a matter of remembering to do it.

It'd be good to add a scheduled github action that would

  • each week check the latest rust version
  • check if a docker image for verifiable builds already exists
  • and if not make the image based on the latest rust version.
@abizjak abizjak added the [Type] Task An additional feature or improvement. label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Task An additional feature or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant