mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Fix FreeBSD CI script to install right SWIG package
This commit is contained in:
parent
1fe822a745
commit
3c1f5914c6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
||||||
pkg install -y bash git cmake swig30 bison python3 base64
|
pkg install -y bash git cmake swig bison python3 base64
|
||||||
pyver=`python3 -c 'import sys; print(f"py{sys.version_info[0]}{sys.version_info[1]}")'`
|
pyver=`python3 -c 'import sys; print(f"py{sys.version_info[0]}{sys.version_info[1]}")'`
|
||||||
pkg install -y $pyver-sqlite3 $pyver-pip
|
pkg install -y $pyver-sqlite3 $pyver-pip
|
||||||
( cd && mkdir -p ./bin && ln -s /usr/local/bin/python3 ./bin/python )
|
( cd && mkdir -p ./bin && ln -s /usr/local/bin/python3 ./bin/python )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue