This website requires JavaScript.
Explore
Get Started
zuul
/
zuul-jobs
Code
Issues
Proposed changes
866ae1c52b
Branches
Tags
View all branches
zuul-jobs
/
roles
/
ensure-python
/
defaults
/
main.yaml
4 lines
80 B
YAML
Raw
Normal View
History
Unescape
Escape
Add support for installing python with pyenv In order to install particular python versions on distros that don't otherwise have them, add an option for installing via pyenv. The packages to be installed to allow for Python to be built were tested on the official Docker containers so they should provide a fair amount of coverage from a minimal environment. Co-Authored-By: Mohammed Naser <mnaser@vexxhost.com> Change-Id: Ic3312458b499a4b743895fa5829bb25155f77654
2020-01-27 09:13:26 +07:00
python_use_pyenv
:
false
Add support to use stow for ensure-python In case image is prepared with python-stow-versions element, it make sense to use stow to just enable required python version instead of building it for each job run. Change-Id: Ie04a2bb59d351c1e5c79b2da79f7a094c44cdf86
2020-09-13 14:30:54 +03:00
python_use_stow
:
false
python_stow_dir
:
/usr/local/stow
Copy Permalink