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

Support --offline builds #34

Open
Qix- opened this issue Aug 25, 2024 · 0 comments
Open

Support --offline builds #34

Qix- opened this issue Aug 25, 2024 · 0 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@Qix-
Copy link
Member

Qix- commented Aug 25, 2024

Could be done one of two ways:

  • cargo vendor and a CI script to check if the dependencies match the lockfiles
  • Forks + submodules, then using CI to automatically pull new versions when needed
  • Combination of the two.

Regardless of if we want to go the vendoring route or submodule route (I'm leaning toward the latter), this is still blocked on rust-lang/wg-cargo-std-aware#23.

@Qix- Qix- added enhancement New feature or request dependencies Pull requests that update a dependency file labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Development

No branches or pull requests

1 participant