Skip to content

Commit

Permalink
Restrore v3.0 third party install (#73)
Browse files Browse the repository at this point in the history
* Update Dockerfile.ubuntu

because of 3.0 has been rollback , restore 3.0 third party insall in nebula-dev

* Update Dockerfile.centos

restore v3.0 third party in nebula-dev
  • Loading branch information
Shinji-IkariG authored Sep 8, 2022
1 parent 31410fc commit c3f0fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ RUN wget -qO- https://github.com/git/git/archive/v2.25.0.tar.gz | tar zxf - -C .
&& make -j$(nproc) && make install \
&& cd ../ && rm -rf git-2.25.0

# Install nebula third-party 1.0 and 2.0 and 3.3
# Install nebula third-party 1.0 and 2.0 and 3.0 and 3.3
RUN git clone https://github.com/vesoft-inc/nebula-third-party.git \
&& cd nebula-third-party \
&& ./install-third-party.sh \
&& git checkout origin/release-3.3 \
&& ./install-third-party.sh \
&& git checkout origin/v3.0 \
&& ./install-third-party.sh \
&& git checkout origin/v2.0 \
&& ./install-third-party.sh \
&& git checkout origin/v1.0 \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ RUN wget -qO- https://github.com/git/git/archive/v2.25.0.tar.gz | tar zxf - -C .
&& make -j$(nproc) && make install \
&& cd ../ && rm -rf git-2.25.0

# Install nebula third-party 1.0 and 2.0 and 3.0
# Install nebula third-party 1.0 and 2.0 and 3.0 and 3.3
RUN git clone https://github.com/vesoft-inc/nebula-third-party.git \
&& cd nebula-third-party \
&& ./install-third-party.sh \
&& git checkout origin/release-3.3 \
&& ./install-third-party.sh \
&& git checkout origin/v3.0 \
&& ./install-third-party.sh \
&& git checkout origin/v2.0 \
&& ./install-third-party.sh \
&& git checkout origin/v1.0 \
Expand Down

0 comments on commit c3f0fde

Please sign in to comment.