ci: Add cppzmq and libzmq to most platforms

This commit is contained in:
Arne Welzel 2024-11-15 12:29:58 +01:00
parent 35c79ab2e3
commit 34275afc1f
15 changed files with 28 additions and 15 deletions

View file

@ -6,7 +6,7 @@ set -e
set -x
env ASSUME_ALWAYS_YES=YES pkg bootstrap
pkg install -y bash git cmake swig bison python3 base64 flex ccache jq dnsmasq
pkg install -y bash cppzmq git cmake swig bison python3 base64 flex ccache jq dnsmasq
pkg upgrade -y curl
pyver=$(python3 -c 'import sys; print(f"py{sys.version_info[0]}{sys.version_info[1]}")')
pkg install -y $pyver-sqlite3