Skip to content

Commit

Permalink
cirrus: update FreeBSD python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
251 authored and ccadar committed May 4, 2021
1 parent 74ed0f5 commit 41e84de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ task:
deps_script:
- sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
- env ASSUME_ALWAYS_YES=yes pkg update -f
- env ASSUME_ALWAYS_YES=yes pkg install -y llvm90 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate
- env ASSUME_ALWAYS_YES=yes pkg install -y llvm90 gmake z3 cmake pkgconf google-perftools python3 py38-sqlite3 py38-tabulate
build_script:
- mkdir build
- cd build
Expand Down

0 comments on commit 41e84de

Please sign in to comment.