aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/version.py (unfollow)
Commit message (Collapse)AuthorLines
2023-09-16Support fractional seconds for files_timeoutGravatar Mark-5/+8
This will be helpful in testing, since some machines are able to process quite a lot in one second, which was the previous lowest timeout.
2023-09-15Update to Debian BookwormGravatar Mark-5/+5
Mount /dev/shm in the container by setting ipc to "private". This is the same as "none" (the previous value) with the only difference being that shm is mounted. This is needed for integration tests to pass. The integration tests always relied on shared memory due to their use of multiprocessing. They managed to work because glibc used to fall back to /tmp if /dev/shm wasn't available. However, newer versions of glibc, which Debian Bookworm now uses, removed that fallback behaviour.
2023-09-11Bump numpy up to 1.26.0rc1 when running on 3.12Gravatar Chris Lovering-1/+1
2023-09-11Bump python versions used by snekbox to latestGravatar Chris Lovering-4/+4
3.11.5 requires at least pyenv 2.3.25, so bumped to latest (2.3.26) for good measure anyway. 3.12.0rc2 requires pyenv 2.3.25
2023-08-31Include install eval deps in final image (#191)Gravatar ChrisJL-0/+1
2023-08-31Make CI and deployment.yaml share the same dependency install script (#190)Gravatar ChrisJL-14/+12
* Make CI and deployment.yaml share the same dependency install script * squashme: add set -euo pipefail as sane defaults This also requires running under bash rather than sh * squashme: add make target for installing eval deps
2023-08-30Add references to when eval packages will be updated for 3.12Gravatar Chris Lovering-3/+3
2023-08-30Bump eval-deps to latest versionsGravatar Chris Lovering-13/+13
2023-08-30Fix link in readme (#189)Gravatar wookie184-1/+1
2023-08-30Test deployment init container in CIGravatar Chris Lovering-0/+29
2023-08-29Switch from using post start hooks to init containersGravatar Joe Banks-35/+16
Switch from using a post-start hook to using an init container to install dependencies on all configured versions