-
Notifications
You must be signed in to change notification settings - Fork 377
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
"--locked" flag ignored in "cross build" #346
Comments
Not sure why it would do that. All flags are passed through to |
Maybe something runs |
Ok, so it seems obvious that this must be the culprit: |
Yes. That one should likely also have |
In japaric/xargo#264 I am trying to ensure that xargo's lockfile is up-to-date on CI, so I added
--locked
to ourcross build
invocation. However, that seems to have no effect: even with a stale lockfile, and even with no lockfile at all, the build succeeds!Silently ignoring important CLI flags like that seems quite surprising, so I was wondering if this is deliberate and if there's any way to do a locked build here.
The text was updated successfully, but these errors were encountered: