File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ notifications:
2626
2727# Default MODE is basic, i.e. all tests with PG_PROBACKUP_TEST_BASIC=ON
2828env :
29- - PG_VERSION=12 PG_BRANCH=REL_13_STABLE
29+ - PG_VERSION=13 PG_BRANCH=REL_13_STABLE
3030 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE
3131 - PG_VERSION=11 PG_BRANCH=REL_11_STABLE
3232 - PG_VERSION=10 PG_BRANCH=REL_10_STABLE
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ git clone https://github.com/postgres/postgres.git -b $PG_BRANCH --depth=1
3636echo " ############### Compiling Postgres:"
3737cd postgres # Go to postgres dir
3838./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests
39- # 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
39+ 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
4343make -s -j$( nproc) -C contrib/ install
4444
4545# Override default Postgres instance
You can’t perform that action at this time.
0 commit comments