Getting PLv8 to run on Postgresql 9.5 on CircleCI (Ubuntu 14.04)
dependencies: | |
pre: | |
- sudo apt-get update | |
- sudo pip install pgxnclient | |
- sudo apt-get install libpq-dev libv8-dev postgresql-server-dev-9.5 | |
- sudo pgxn install 'plv8=1.4.4' | |
# Just to be 100% certian you are using 9.5, and save a bit of memory. | |
- sudo service postgresql stop 9.4 | |
- sudo service postgresql restart 9.5 | |
# TODO: caching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment