You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS CI after GH runners & Homebrew both changed for the worse (#150)
* Try some fixes for the macOS CI and add some debug lines
* Of course it'd be PHP that wants libpq... Because of COURSE it is!
* Silly committing person forgot postgresql@11 doesn't get brew linked automatically
* PostgreSQL formulae in Brew no longer run initdb if they detect CI (why). Also compensate for disjoint data directories.
* Since we reinstall postgres 12 after uninstall, have to manually wipe the old data dir...
* Runner won't let me rm -rf, let's see if it knows find -delete
* Okay let's try bash-ing it.
* Too syntactically weird for the workflow syntax, try more quoting...
* Bash pipelines. Sigh.
* Clean up after all the experiments, darn GH runners
0 commit comments