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

Put everything in the same workspace #369

Closed
tomaka opened this issue Mar 29, 2020 · 1 comment
Closed

Put everything in the same workspace #369

tomaka opened this issue Mar 29, 2020 · 1 comment
Labels
T-documentation Improvements or additions to documentation T-enhancement New feature or request

Comments

@tomaka
Copy link
Owner

tomaka commented Mar 29, 2020

Cargo is currently experimenting with fixing long-standing issues with dependencies being pulled when they shouldn't:
rust-lang/cargo#7915
rust-lang/cargo#7914

Once this is stable enough, we should simply put everything in the same workspace in order to simplify the build process.

@tomaka tomaka added T-documentation Improvements or additions to documentation T-enhancement New feature or request and removed T-documentation Improvements or additions to documentation labels Mar 29, 2020
@tomaka
Copy link
Owner Author

tomaka commented Mar 30, 2020

I just remembered that this was not possible because Cargo will put a lock in the workspace during the building. When the kernel is being built, it will try to build the modules as part of the build, which will then lock forever.

@tomaka tomaka closed this as completed Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-documentation Improvements or additions to documentation T-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant