Skip to content

Commit a8e25d7

Browse files
committed
install Rust on FreeBSD
1 parent 2fdecbd commit a8e25d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ FreeBSD_task:
6060
install_script:
6161
- PY=`echo $PYTHON | tr -d '.'`
6262
- pkg install -y python${PY} py${PY}-setuptools
63+
- pkg install -y rust # https://github.com/duckinator/bork/issues/390
6364
- python${PYTHON} -m ensurepip --upgrade
6465
- python${PYTHON} -m pip install -U 'pip>=19' # Hard requirement for no setup.py.
6566
- python${PYTHON} -m pip install .[test]

0 commit comments

Comments
 (0)