mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update CI scripts to remove python
vs python3
workarounds
This commit is contained in:
parent
7d68f2ce9d
commit
2b3d216c97
12 changed files with 11 additions and 78 deletions
|
@ -9,5 +9,4 @@ env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
|||
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]}")'`
|
||||
pkg install -y $pyver-sqlite3 $pyver-pip
|
||||
( cd && mkdir -p ./bin && ln -s /usr/local/bin/python3 ./bin/python )
|
||||
pip install junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue