aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/protoc.py (unfollow)
Commit message (Collapse)AuthorLines
2023-08-19Install multiple Python versions in imageGravatar Mark-56/+117
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.
2023-08-07Use buildpack-deps as the builder base imageGravatar Mark-9/+6
Get some of the NsJail build dependencies pre-installed thanks to the base image.
2023-08-07Remove explicit package versions from DockerfileGravatar Mark-14/+14
It's using a stable version of Debian, so it's redundant to lock packages to specific versions.
2023-06-23Kill process after waiting for it to terminateGravatar wookie184-2/+3
2023-06-22Attempt to fix flaky integration testsGravatar wookie184-0/+11
2023-06-22Fix issue when running individual integration testsGravatar wookie184-0/+6
2023-06-22Fix actions status badgeGravatar wookie184-2/+2
2023-03-16Update type hint for `files_timeout` to be `int` to be compatible with ↵Gravatar Ionite-1/+1
`timed.time_limit`