Skip to content

Commit

Permalink
Merge pull request #191 from hxy7yx/v2.8-batch
Browse files Browse the repository at this point in the history
bdb=v2.8-batch
  • Loading branch information
fengzeroz authored May 20, 2024
2 parents 4188c14 + d48349f commit dc60b3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

home=/home/neuron
bdb=v2.8
bdb=v2.8-batch
library=$home/$bdb/libs
vendor=?
arch=?
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cross-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

#x86_64-neuron-linux-musl
home=/home/neuron
branch=v2.8
branch=v2.8-batch
vendor=?
arch=?
gcc=?
Expand Down
2 changes: 1 addition & 1 deletion cross-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

home=/home/neuron
branch=v2.8
branch=v2.8-batch
vendor=?
arch=?
version=?
Expand Down

0 comments on commit dc60b3d

Please sign in to comment.