-
Notifications
You must be signed in to change notification settings - Fork 0
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
SSR: depend on version 10 of the fmt library #33
Conversation
I'm not sure whether the CI failure has anything to do with my change ... |
I guess not: https://github.com/orgs/Homebrew/discussions/5441 |
To explain this here. The SSR doesn't actually depend on v10, but the bottle links against it since it was the latest version on creation. The preferred solution would be that the SSR build links a generic |
That's not possible, though, because "a generic If we cannot depend on a specific version of |
Thanks for explaining.
Yes, I think this is a decent (and maybe only) solution. After that, if someone executes a generic |
I cannot try this because the only Mac I have access to has macOS 12 installed. In any case, if there are problems with |
This tries to pin the version of
libfmt
, but I'm not sure if that's the right syntax (nor if that works at all).See #32.