mirror of https://github.com/citusdata/citus.git
Updates tools branch to add attrs dependency
parent
3ecf3efc5f
commit
17c744be21
|
@ -25,10 +25,9 @@ pyenv versions
|
|||
pyenv virtualenv ${PACKAGING_PYTHON_VERSION} packaging_env
|
||||
pyenv activate packaging_env
|
||||
|
||||
git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
|
||||
git clone -b fix_centos8_errors --depth=1 https://github.com/citusdata/tools.git tools
|
||||
python3 -m pip install -r tools/packaging_automation/requirements.txt
|
||||
|
||||
python3 -m pip install attrs
|
||||
|
||||
echo "Package type: ${package_type}"
|
||||
echo "OS version: $(get_rpm_os_version)"
|
||||
|
|
Loading…
Reference in New Issue