Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit31fb3bd

Browse files
danolivoAndrey Lepikhov
authored and
Andrey Lepikhov
committed
Update c-cpp.yml
1 parentf39a874 commit31fb3bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/c-cpp.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-name:Install additional packages
1616
run:sudo apt-get install -y libperl-dev libipc-run-perl
17-
-name:pg
17+
-name:check
1818
run:|
1919
echo "Deploying to production server on branch $GITHUB_REF"
2020
git config --global user.email "ci@postgrespro.ru"
@@ -24,6 +24,7 @@ jobs:
2424
git checkout REL_12_STABLE
2525
./configure --prefix=`pwd`/tmp_install
2626
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
27-
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.patch
27+
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg12.patch
2828
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2929
make -C contrib/aqo check
30+
make -C contrib/aqo aqo-regress

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp