-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Revert "Refine ask‐option dependency resolution and strengthen tests" #20181
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
Conversation
Works fine locally. Not sure how to deal with these long-term, so for now I'm just going to remove the links. |
@Rylan12 I've seen these 406 error intermittently. A rerun usually works. |
@p-linnane It's been run 3 times already, still failing. Any suggestions? |
Not sure. A rerun or two have worked for me. We should really change failures from external links into warnings or something. It's rough having our CI failing due to links we don't control. |
And... hit by the flaky svn test again 🤦 I'll get this through eventually |
sorry, just saw that, I know why it broke brew/Library/Homebrew/upgrade.rb Line 294 in 4fd7c6f
installed_formulae = dry_run ? formulae : FormulaInstaller.installed.to_a to this installed_formulae = formulae.dup so if a duplicate exists, as you showed, because of dependants, it wasn't remove |
Reverts #20033
This PR broke installs where multiple formulae are installed, and one depends on the other:
CC @tyuwags