-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
brew install octave hangs macos-12 github action runner, due to qt installation #18595
Comments
The same reasons apply. There isn't a Qt 6.7 bottle for macOS 12 so it's building it from source. It's not hanging forever - it's just very slow because of that. We don't build prebuilt bottles for macOS 12 anymore. We ended prebuilt bottle support for macOS 12 on our side last month. Note that we have no connections to GitHub Actions team so support periods do not always precisely align. With that said, GitHub deprecated macOS 12 runners earlier this month and are slowly phasing them out. Your workflow will stop working entirely soon. The runners will be removed on 3rd December, but you will start seeing them disappear for periods from 4th November. Please migrate to |
is there any reason why previously built bottle could not be used? does it have to be rebuild?
https://github.com/fangq/iso2mesh/actions/runs/11414566357/job/31763625359 |
Largely down to luck when updates are made. Qt 6.7 was released after we dropped macOS 12 support, so a 6.7 macOS 12 build has never existed and 6.6 was the last. Last year, a Qt update only came a couple months later. macOS 12 is getting deleted by GitHub anyway so doesn't really matter in the end. |
I'm not an expert on Someone on the Homebrew discussion forum might know. |
thanks, I posted my question at https://github.com/orgs/Homebrew/discussions/5687 as you suggested. Because macos-12 never completed installation, so I did not know if it had similar issues as macos-13 and -14. |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputsee #16209
What were you trying to do (and why)?
see #16209
What happened (include all command output)?
example hanged build can be found here
https://github.com/fangq/iso2mesh/actions/runs/11413968520/job/31762253381
https://github.com/fangq/iso2mesh/actions/runs/11408582821/job/31747587033
What did you expect to happen?
see #16209
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: