File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ notifications:
26
26
27
27
# Default MODE is basic, i.e. all tests with PG_PROBACKUP_TEST_BASIC=ON
28
28
env :
29
- - PG_VERSION=12 PG_BRANCH=REL_13_STABLE
29
+ - PG_VERSION=13 PG_BRANCH=REL_13_STABLE
30
30
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE
31
31
- PG_VERSION=11 PG_BRANCH=REL_11_STABLE
32
32
- 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
36
36
echo " ############### Compiling Postgres:"
37
37
cd postgres # Go to postgres dir
38
38
./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
43
43
make -s -j$( nproc) -C contrib/ install
44
44
45
45
# Override default Postgres instance
You can’t perform that action at this time.
0 commit comments