-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
SwiftGen 6.5.1 #86446
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
SwiftGen 6.5.1 #86446
Conversation
|
So, removing universal builds actually broke our binary (in Homebrew)... For some reason after installing it in
For now, I've gone back to building universal builds and thinning them with Update (from threaded discussions below): a shim (script) works instead of a symlink. |
carlocab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @djbe! Nice work.
|
🤖 A scheduled task has triggered a merge. |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?Quick bug fix release. It also now only builds the active architecture (instead of universal builds).