-
-
Notifications
You must be signed in to change notification settings - Fork 122
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 --frozen
does not work
#673
Comments
This is duplicate of #643 |
It appears so. Should this be left open until a new release is made, because I can't really do non-tagged releases. |
You can patch the lockfile for current tag, or use either of these commands which should do it for you:
I don't know when I will be able to create new release |
That looks like it will work (there is a way of patching files before building). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to create a MacPorts portfile for taplo-cli and it fails to build with the standard build mechanism which uses
cargo build --release --frozen -v -j10
.When
--frozen
is removed, several packages are updated inCargo.lock
.I’m not quite sure what would be required to force
--frozen
to work (MacPorts also performs offline builds), but given some direction I am happy to provide a pull request. This is accurate as of the most recent tag v0.9.3.The text was updated successfully, but these errors were encountered: