From bd3bc55841aacace6e72a3a4d6b2a49f55533a5e Mon Sep 17 00:00:00 2001 From: majun-bot Date: Fri, 22 Dec 2023 08:26:52 +0000 Subject: [PATCH] add complie.sh. Signed-off-by: majun-bot --- complie.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 complie.sh diff --git a/ complie.sh b/ complie.sh new file mode 100644 index 0000000..bbcd3ca --- /dev/null +++ b/ complie.sh @@ -0,0 +1 @@ +wget https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && tar -zxvf openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && mv openGauss-third_party_binarylibs_openEuler_x86_64 binarylibs && rm -f openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && sh build.sh -m release --pkg \ No newline at end of file -- Gitee