-
Notifications
You must be signed in to change notification settings - Fork 29
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
cargo build
doesn't always pick up changes in components/ crates
#424
Comments
I think this is caused by I think we can solve it by either a Makefile/mach or making dns_challenge both a library and a binary. This library would be declared in the root |
Or we could maybe fix cargo to understand this kind of setup. |
should be fixed by ecc92fa |
STR:
cargo build
cargo build
again.Expected:
Observed:
cargo clean
first, and clobber the main foxbox crate.I'm not sure if we can do everything we need in something driven by cargo or if we need to go the
mach
route like servo (that would make me a bit sad).ping @JohanLorenzo @samgiles
The text was updated successfully, but these errors were encountered: