We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8fb8c commit d65ae6cCopy full SHA for d65ae6c
travis/run_tests.sh
@@ -36,7 +36,10 @@ git clone https://github.com/postgres/postgres.git -b $PG_BRANCH --depth=1
36
echo "############### Compiling Postgres:"
37
cd postgres # Go to postgres dir
38
./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests
39
-make -s -j$(nproc) install
+#make -s -j$(nproc) install
40
+make -s -j$(nproc) -C 'src/common' install
41
+make -s -j$(nproc) -C 'src/port' install
42
+make -s -j$(nproc) -C 'src/interfaces' install
43
make -s -j$(nproc) -C contrib/ install
44
45
# Override default Postgres instance
0 commit comments