zonkyio / embedded-postgres-binaries

Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
Apache License 2.0
138 stars 29 forks source link

Upgrade PostgreSQL and xz versions #24

Closed tachiniererin closed 4 years ago

tachiniererin commented 4 years ago

Upgrade to latest point releases. Travis seems to fail the OSX build with this:

dyld: Library not loaded: @loader_path/../lib/libicuuc.57.dylib
  Referenced from: /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/tmp.y0HX9sGu/pg-test/bin/postgres
  Reason: image not found

which looks like travis just doesn't have this version of the library.

tomix26 commented 4 years ago

This PR is duplicate to https://github.com/zonkyio/embedded-postgres-binaries/pull/23