-
Notifications
You must be signed in to change notification settings - Fork 68
Build failure with Cargo workspaces #171
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
Labels
bug
Something isn't working
Comments
Thanks @gfx We'll take a look into this and report back once we've identified the cause of the problem. |
The cli is currently looking for a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version
What happened
Build failure with a project using Cargo workspaces.
A minimum project to reproduce this problem: https://github.com/fastly/ecp-workspace-example
You can see the following error messages by
make build
.I'm using Cargo workspaces to test the
core
logic in my local machine, but it seems thatfastly compute build
cannot recognize the workspace project.Good news:
cargo test -p core
works! 🎉The text was updated successfully, but these errors were encountered: