-
-
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
sile 0.15.8 #197800
base: master
Are you sure you want to change the base?
sile 0.15.8 #197800
Conversation
Something seems to be wrong with linking the new dynamically loaded |
Somehow this isn't noticing that we're on macOS and using This did work testing upstream in in CI via macOS building using Homebrew supplied dependencies building from source: https://github.com/alerque/sile/actions/runs/12292956425/job/34304658415 |
e1bf3a3
to
9ddd9ff
Compare
835911f
to
744fd9e
Compare
e297e6f
to
bfa3d94
Compare
Replaces #197650 which doesn't actually take into consideration any of the details of this update like removing the now obsolete ICU workaround or using the new upstream configure flag that was specifically to accommodate Homebrew's resource handling.
To be merged after #196600 which takes care of some other known issues unrelated to the version bump.HOMEBREW_NO_INSTALL_FROM_API=1 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 doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?