Skip to content

Commit

Permalink
Invoke nebula-gears-update before building
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed May 6, 2020
1 parent 02fb3ff commit 2ae093d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/third-party/images/build-third-party.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ this_dir=$(dirname $(readlink -f $0))

set -e

nebula-gears-update

git clone --depth=1 https://github.com/vesoft-inc/nebula.git

versions=${USE_GCC_VERSIONS:-7.1.0,7.5.0,8.3.0,9.1.0,9.2.0}
Expand Down
2 changes: 2 additions & 0 deletions docker/toolset/images/build-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

nebula-gears-update

release="$(lsb_release -si) $(lsb_release -sr)"
if [[ "$release" =~ "CentOS 8" ]]
then
Expand Down
2 changes: 2 additions & 0 deletions docker/toolset/images/build-gdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

nebula-gears-update

release="$(lsb_release -si) $(lsb_release -sr)"
if [[ "$release" =~ "CentOS 8" ]]
then
Expand Down
2 changes: 2 additions & 0 deletions docker/toolset/images/build-llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

nebula-gears-update

release="$(lsb_release -si) $(lsb_release -sr)"
if [[ "$release" =~ "Debian 7" ]]
then
Expand Down

0 comments on commit 2ae093d

Please sign in to comment.