We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b80a4 commit 9181eecCopy full SHA for 9181eec
.travis.yml
@@ -36,7 +36,7 @@ before_script:
36
- make dependencies > /dev/null || true
37
- export CXX=clang++
38
- export LD=clang++
39
- - make native library=shared -j8 werror=no snapshot=off
+ - make native library=shared -j8 werror=no snapshot=off i18nsupport=off
40
- sudo cp -rf include/* /usr/include
41
- sudo cp -rf include /usr/include
42
- sudo install -v --mode=0644 out/native/lib.target/* /usr/lib
Makefile
@@ -12,7 +12,7 @@
12
# 'make static' will download v8 and build, then statically link to it.
13
#
14
#-----------------------------------------------------------------------------#
15
-PLV8_VERSION = 1.5.0
+PLV8_VERSION = 2.0.0-dev
16
17
PG_CONFIG = pg_config
18
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments