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

Stable release or "latest" tag? #1437

Open
podhrmic opened this issue Feb 6, 2025 · 1 comment
Open

Stable release or "latest" tag? #1437

podhrmic opened this issue Feb 6, 2025 · 1 comment

Comments

@podhrmic
Copy link

podhrmic commented Feb 6, 2025

Hello!

I need to automate the installation of verus on a linux machine, and the fact your are using a rolling release makes pinning a particular tag/commit not possible (as the older releases are deleted). Would it be possible to keep the latest release under a consistent tag, such that I can reliably pull it from a script?

Specifically, instead of wget https://github.com/verus-lang/verus/releases/download/release%2Frolling%2F0.2025.02.06.cec767d/verus-0.2025.02.06.cec767d-x86-linux.zip one could do https://github.com/verus-lang/verus/releases/download/latest/verus-latest-x86-linux.zip

The goal is to automatically install the latest version of verus.

@jaybosamiya-ms
Copy link
Contributor

You might find these steps from another CI that gets the latest nightly directly helpful:
https://github.com/secure-foundations/human-eval-verus/blob/54c42c46b254ef348d1b2f57cbb77b6453baa80e/.github/workflows/verus.yml#L16-L24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants