flip to native Makefile, and update upsert_subquery test case output

This commit is contained in:
dengxuyue
2021-09-26 10:27:04 +08:00
parent 3fe0cec7ce
commit 77cf5be8eb
2 changed files with 31 additions and 39 deletions

View File

@ -12,7 +12,7 @@
# Example: ./build_opengauss.sh -3rd /path/to/your/third_party_binarylibs/
# change it to "N", if you want to build with original build system based on solely Makefiles
CMAKE_PKG="Y"
CMAKE_PKG="N"
#(0) pre-check
if [ ! -f opengauss.spec ] || [ ! -f package_internal.sh ]; then