8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a1036 commit b8c2076Copy full SHA for b8c2076
travis/run_tests.sh
@@ -47,7 +47,7 @@ cd postgres # Go to postgres dir
47
if [ "$PG_PROBACKUP_PTRACK" = "ON" ]; then
48
git apply -3 ../ptrack/patches/${PTRACK_PATCH_PG_BRANCH}-ptrack-core.diff
49
fi
50
-CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls
+CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls --with-python
51
make -s -j$(nproc) install
52
#make -s -j$(nproc) -C 'src/common' install
53
#make -s -j$(nproc) -C 'src/port' install
0 commit comments