forked from vapor/fluent-postgres-driver
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 0
Commit b276ac0
Fix macOS CI after GH runners & Homebrew both changed for the worse (vapor#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 runners1 parent 2df7722 commit b276ac0
1 file changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | + | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | + | ||
| 10 | 16 |  | |
| 11 | 17 |  | |
| 12 | 18 |  | |
| 13 | - | ||
| 19 | + | ||
| 14 | 20 |  | |
| 15 | - | ||
| 16 | - | ||
| 17 | - | ||
| 18 | - | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 19 | 25 |  | |
| 20 | 26 |  | |
| 21 | 27 |  | |
|  | |||
0 commit comments