Skip to content

Commit

Permalink
Remove the temporary installation of vineyard
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jun 5, 2023
1 parent 6d2bb6a commit 983951e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install latest vineyard
if: true
if: false
run: |
. /home/graphscope/.graphscope_env
sudo pip3 install libclang
Expand Down
2 changes: 1 addition & 1 deletion gs
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ install_vineyard() {
-DCMAKE_INSTALL_PREFIX="${V6D_PREFIX}" \
-DBUILD_VINEYARD_TESTS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_VINEYARD_PYTHON_BINDINGS=ON \
-DBUILD_VINEYARD_PYTHON_BINDINGS=ON \
-DBUILD_VINEYARD_GRAPH_WITH_GAR=ON
make -j"${jobs}"
make install
Expand Down
15 changes: 0 additions & 15 deletions k8s/internal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,6 @@ graphscope-darwin-py3:
done

graphscope-manylinux2014-py3-nodocker:
cd /tmp && \
git clone --single-branch --depth=1 https://github.com/v6d-io/v6d.git /tmp/v6d && \
cd /tmp/v6d && \
git submodule update --init && \
mkdir -p build && cd build && \
cmake .. \
-DCMAKE_INSTALL_PREFIX=/opt/vineyard \
-DCMAKE_PREFIX_PATH=/opt/graphscope \
-DOPENSSL_ROOT_DIR=/opt/graphscope \
-DUSE_EXTERNAL_ETCD_LIBS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_VINEYARD_TESTS=OFF && \
make -j$(nproc) && \
sudo make install && \
sudo rsync -av /opt/vineyard/ ${GRAPHSCOPE_HOME}/ && \
cd $(WORKING_DIR)/../.. && \
if [[ "${ARCH}" == "aarch64" ]]; then python3 -m pip install grpcio==1.49.1 --no-binary grpcio; \
export AUDITWHEEL_PLAT=manylinux2014_${ARCH}; \
Expand Down

0 comments on commit 983951e

Please sign in to comment.