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

Move installation script out of cargo-creusot #1358

Open
Lysxia opened this issue Feb 14, 2025 · 0 comments
Open

Move installation script out of cargo-creusot #1358

Lysxia opened this issue Feb 14, 2025 · 0 comments
Labels
toolchain Installation, distribution, dependencies

Comments

@Lysxia
Copy link
Collaborator

Lysxia commented Feb 14, 2025

Currently cargo-creusot handles the "installation" of creusot-rustc, with a special command which only works from inside the creusot source repository. It is not very hygienic to leak those installation details into the tool.

Installing creusot should be done by a standalone script.

(Let me recall how I ended up here at the time (#1314). I had a rustup-like architecture in mind (where rustup installs rustc) as a long-term goal. Since I was telling cargo-creusot where to find creusot-rustc I thought it made sense to put the installation logic at the same place. In hindsight, it was a half-baked idea.)

@Lysxia Lysxia added the toolchain Installation, distribution, dependencies label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
toolchain Installation, distribution, dependencies
Projects
None yet
Development

No branches or pull requests

1 participant