We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 709dd1e + a8e25d7 commit 0c2aa89Copy full SHA for 0c2aa89
1 file changed
.cirrus.yml
@@ -53,13 +53,14 @@ macOS_task:
53
FreeBSD_task:
54
alias: FreeBSD tests
55
freebsd_instance:
56
- image_family: freebsd-14-2
+ image_family: freebsd-15-0-amd64-zfs
57
env:
58
matrix:
59
- PYTHON: 3.12
60
install_script:
61
- PY=`echo $PYTHON | tr -d '.'`
62
- pkg install -y python${PY} py${PY}-setuptools
63
+ - pkg install -y rust # https://github.com/duckinator/bork/issues/390
64
- python${PYTHON} -m ensurepip --upgrade
65
- python${PYTHON} -m pip install -U 'pip>=19' # Hard requirement for no setup.py.
66
- python${PYTHON} -m pip install .[test]
0 commit comments