Skip to content

Commit

Permalink
the protobuf rpms on pbone disappeared. switching to https download (m…
Browse files Browse the repository at this point in the history
…ilvus-io#77)

* the protobuf rpms on pbone disappeared. switching to https download

* fix sdist
  • Loading branch information
changhiskhan authored Aug 5, 2022
1 parent 60b57c4 commit 16d16aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include README.md
include README.md
global-include *.pyx
global-include *.pxd
global-exclude *.cpp
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pylance",
version="0.0.1",
version="0.0.2",
author="Lance Developers",
author_email="contact@eto.ai",
description="Python extension for lance",
Expand Down
6 changes: 3 additions & 3 deletions python/tools/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN yum update -y \
arrow-dataset-devel-${ARROW_VERSION} \
parquet-devel-${ARROW_VERSION} \
wget \
ftp://ftp.pbone.net/mirror/ftp.centos.org/7.9.2009/cloud/x86_64/openstack-train/Packages/p/protobuf-devel-3.6.1-4.el7.x86_64.rpm \
ftp://ftp.pbone.net/mirror/vault.centos.org/7.8.2003/cloud/x86_64/openstack-train/Packages/p/protobuf-compiler-3.6.1-4.el7.x86_64.rpm \
ftp://ftp.pbone.net/mirror/vault.centos.org/7.8.2003/cloud/x86_64/openstack-train/Packages/p/protobuf-3.6.1-4.el7.x86_64.rpm
http://mirror.centos.org/centos-7/7.9.2009/cloud/x86_64/openstack-train/Packages/p/protobuf-devel-3.6.1-4.el7.x86_64.rpm \
http://mirror.centos.org/centos-7/7.9.2009/cloud/x86_64/openstack-train/Packages/p/protobuf-compiler-3.6.1-4.el7.x86_64.rpm \
http://mirror.centos.org/centos-7/7.9.2009/cloud/x86_64/openstack-train/Packages/p/protobuf-3.6.1-4.el7.x86_64.rpm

0 comments on commit 16d16aa

Please sign in to comment.