-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Rust-dependent formulae on Apple Silicon - upstream issue tracker #68301
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
See #68301. Closes #68729. Signed-off-by: Carlo Cabrera <[email protected]>
@carlocab New tracking issue for
|
|
That sounds like it needs a separate bug report. Do you mind opening one, @richiksc? |
Looks like I just needed to run with |
Might still be a problem, though, as I'm not sure we can use |
We don't use sudo anywhere in brew, so that's not a good solution. Can't we check for an expected error instead? |
This comment has been minimized.
This comment has been minimized.
Looks like a network problem, and isn't related to this issue. Please check your connection (e.g. if you have something like Little Snitch, please deactivate it) and try again. If that doesn't help, you can ask for help at https://github.com/Homebrew/discussions/discussions. |
|
@cprecioso |
Updated list. Only |
New RustScan release 2.1.0 has just been made! |
Closing as all tasks are done. |
There are a number of formulae that are not building with Rust 1.49 on Apple Silicon because of stale
Cargo.lock
files. (Cf. #68089) Only upstream can update this, so we need to open issues upstream asking them for an updated lock file.Why is this needed?
We need the
Cargo.lock
files to updated because ourcargo
builds use the--locked
flag, and these builds will fail when the lock file is stale. Removing the--locked
flag isn't an option, because:For more context, see: #46025, Homebrew/brew#10205
For each formula listed below:
Cargo.lock
file. If they're willing to cut a new release to update their lock file, that would be helpful.If you want to help, feel free to do the above steps for any formula below that doesn't have an upstream issue filed yet.
Cargo.lock
file? rcoh/angle-grinder#130, angle-grinder: update Cargo.lock file #68729Cargo.lock
file? ogham/exa#785, exa: replace stale lock file #68973Cargo.lock
file? dandavison/delta#487, git-delta 0.5.1 #68333kubernetes-cli
has an ARM bottleThe text was updated successfully, but these errors were encountered: