-
Notifications
You must be signed in to change notification settings - Fork 172
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
Update libnsdfile.rb to recent #2049
base: master
Are you sure you want to change the base?
Conversation
Hmmm... If the previous version of
(from your latest commit https://ci.appveyor.com/project/mauser/hydrogen/builds/50817210/job/namux946l3r43sqw) Is MP3 support in the resulting binary working or does the version check in CMakeLists.txt messes up things because it can not determine the version of the shared library? |
Hmm, not sure, BUT I remembered that the Homebrew dependencies that we build are cached in the Appveyor cache. I've updated the tag to rebuild them, that might help it. |
Well, I already thought about possible ways to circumvent the 60 minute timeout to allow for But it turns out the timeout can be configured in AppVeyor's preferences. I increased it to 120 minute and run the OS job again. Let's see if this already does the job. |
Well. Seems like "greater values does not apply to [our] plan". |
Good grief, it seems to be rebuilding qt. That 'aint right. Maybe Howebrew needs to be updated before building the things that need explicitly rebuilt for the ABI change. I'll check. |
b4f363f
to
f3c938c
Compare
Aaaha, Homebrew have removed support for Monterey. Looks like we'll have to update to a newer macOS image. I'll look into that. |
No description provided.