Will allow forward merging from fixes in 0.4.8
Signed-off-by: David Goulet <dgoulet@torproject.org>
git -C ./chutney checkout "$CHUTNEY_COMMIT"
apt install python3-venv
-
export CHUTNEY_PATH="$(pwd)/chutney"
python3 -m venv venv
venv/bin/pip install ./chutney
# TODO: Use a TPA-maintained image when there is one.
# See https://gitlab.torproject.org/tpo/tpa/base-images/-/issues/3
image:
- name: i386/debian:bullseye
+ name: i386/debian:bookworm
docker:
platform: linux/386
<<: *debian-template