Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update all references to /lang to /snekbin | 2024-10-03 | -4/+4 | |
| | ||||
* | Also split on hyphens in build python script | 2024-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 image | 2023-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. |