mirror of https://github.com/apache/cassandra
Upgrade cython
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
This commit is contained in:
parent
f6933a0419
commit
b43293e200
|
|
@ -89,7 +89,7 @@ pip freeze
|
||||||
|
|
||||||
if [ "$cython" = "yes" ]; then
|
if [ "$cython" = "yes" ]; then
|
||||||
TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
|
TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
|
||||||
pip install "Cython>=0.27.2,<0.28"
|
pip install "Cython>=0.29.15,<3.0"
|
||||||
cd pylib/; python setup.py build_ext --inplace
|
cd pylib/; python setup.py build_ext --inplace
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue