|
|
|
@ -24,11 +24,11 @@ export PREPARE_BUILD_INSTALL_DEPS_RUBY=true |
|
|
|
|
source tools/internal_ci/helper_scripts/prepare_build_macos_rc |
|
|
|
|
|
|
|
|
|
# install cython for all python versions |
|
|
|
|
python2.7 -m pip install -U cython setuptools==49.6.0 wheel --user |
|
|
|
|
python3.5 -m pip install -U cython setuptools==49.6.0 wheel --user |
|
|
|
|
python3.6 -m pip install -U cython setuptools==49.6.0 wheel --user |
|
|
|
|
python3.7 -m pip install -U cython setuptools==49.6.0 wheel --user |
|
|
|
|
python3.8 -m pip install -U cython setuptools==49.6.0 wheel --user |
|
|
|
|
python2.7 -m pip install -U cython setuptools==44.1.1 wheel --user |
|
|
|
|
python3.5 -m pip install -U cython setuptools==44.1.1 wheel --user |
|
|
|
|
python3.6 -m pip install -U cython setuptools==44.1.1 wheel --user |
|
|
|
|
python3.7 -m pip install -U cython setuptools==44.1.1 wheel --user |
|
|
|
|
python3.8 -m pip install -U cython setuptools==44.1.1 wheel --user |
|
|
|
|
|
|
|
|
|
# needed to build ruby artifacts |
|
|
|
|
time bash tools/distrib/build_ruby_environment_macos.sh |
|
|
|
|