aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build_python.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Update build_python.sh to build JIT versions of Python if requestedGravatar Joe Banks8 days-1/+8
|
* Use the py_verison variable rather than reusing argv againGravatar Chris Lovering2024-10-12-2/+2
|
* Ensure Python versions ending in t are installed to a dir ending in tGravatar Chris Lovering2024-10-07-3/+11
| | | | The t denotes that it is a free threading version of Python, so could potentially be installed along side a non-free-threaded version of Python
* Update all references to /lang to /snekbinGravatar Chris Lovering2024-10-03-4/+4
|
* Also split on hyphens in build python scriptGravatar Chris Lovering2024-10-03-2/+2
| | | | This is needed as dev builds such as 3.13-dev use the suffix -dev, rather than a patch version.
* Install multiple Python versions in imageGravatar Mark2023-08-19-0/+22
Separate snekbox's Python interpreter from the interpreter used by NsJail. This allows for the interpreters to be updated on different cadences and provides better isolation of packages. Each Python interpreter adds about 70 MB to the built image.