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

Commita901651

Browse files
committed
Update c-cpp.yml
1 parentf097d8b commita901651

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
cd pg
2222
git checkout REL_14_STABLE
2323
./configure --prefix=`pwd`/tmp_install
24-
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
24+
25+
git clone https://github.com/postgrespro/aqo.git contrib/aqo
26+
git -C contrib/aqo checkout $GITHUB_REF
2527
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.patch
2628
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2729
env CLIENTS=50 THREADS=50 make -C contrib/aqo check

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp