From d48349fe1a25da67ca9f5d8db9949b25b8f1af73 Mon Sep 17 00:00:00 2001 From: hxy7yx <1595670487@qq.com> Date: Mon, 20 May 2024 16:39:12 +0800 Subject: [PATCH] bdb=v2.8-batch --- cross-build.sh | 4 ++-- cross-install.sh | 2 +- cross-package.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cross-build.sh b/cross-build.sh index 6d93a436..fe9a5b6d 100755 --- a/cross-build.sh +++ b/cross-build.sh @@ -3,7 +3,7 @@ set -e home=/home/neuron -bdb=v2.8 +bdb=v2.8-batch library=$home/$bdb/libs vendor=? arch=? @@ -106,4 +106,4 @@ function compile_source_with_tag() { sudo rm -rf $neuron_dir/* mkdir -p $neuron_dir compile_source_with_tag $user neuron $branch -compile_source_with_tag $user neuron-modules $branch +compile_source_with_tag $user neuron-modules $branch \ No newline at end of file diff --git a/cross-install.sh b/cross-install.sh index b5d1a2e9..05256202 100755 --- a/cross-install.sh +++ b/cross-install.sh @@ -4,7 +4,7 @@ set -e #x86_64-neuron-linux-musl home=/home/neuron -branch=v2.8 +branch=v2.8-batch vendor=? arch=? gcc=? diff --git a/cross-package.sh b/cross-package.sh index dae5b05b..5eb4cd71 100755 --- a/cross-package.sh +++ b/cross-package.sh @@ -3,7 +3,7 @@ set -e home=/home/neuron -branch=v2.8 +branch=v2.8-batch vendor=? arch=? version=?