mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI tweak: upgrade curl on FreeBSD to avoid cert expiration
This commit is contained in:
parent
9eb2696895
commit
eadb8648e6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ set -x
|
||||||
|
|
||||||
env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
||||||
pkg install -y bash git cmake swig bison python3 base64
|
pkg install -y bash git cmake swig bison python3 base64
|
||||||
|
pkg upgrade -y curl
|
||||||
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
|
||||||
pip install junit2html
|
pip install junit2html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue