tuhaihe commented on code in PR #1617:
URL: https://github.com/apache/cloudberry/pull/1617#discussion_r2964913596
##########
.github/workflows/pg16-merge-validation.yml:
##########
@@ -392,9 +461,9 @@ jobs:
# Build and install as gpadmin (non-parallel to avoid issues)
if ! time su - gpadmin -c "
cd ${SRC_DIR}
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:\${LD_LIBRARY_PATH}
- make
- make install
+ export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:${LD_LIBRARY_PATH}
+ make -j$(nproc)
Review Comment:
make -j$(nproc) -C ~/cloudberry
make -j$(nproc) -C ~/cloudberry/contrib/
make install -C ~/cloudberry
make install -C ~/cloudberry/contrib
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]