mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/ci-macos-upgrade-pip'
* origin/topic/timw/ci-macos-upgrade-pip:
CI: Unconditionally upgrade pip on macOS
(cherry picked from commit e8d91c8227
)
This commit is contained in:
parent
ed32ee73fa
commit
e2b2c79306
3 changed files with 9 additions and 5 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
7.0.5-7 | 2025-03-18 16:21:31 -0700
|
||||
|
||||
* CI: Unconditionally upgrade pip on macOS (Tim Wojtulewicz, Corelight)
|
||||
|
||||
(cherry picked from commit e8d91c8227f95eda002a3cb2675cb64863871ebc)
|
||||
|
||||
7.0.5-6 | 2025-03-18 16:20:53 -0700
|
||||
|
||||
* ci/init-external-repo.sh: Use regex to match macos cirrus task (Arne Welzel, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.5-6
|
||||
7.0.5-7
|
||||
|
|
|
@ -9,8 +9,6 @@ brew update
|
|||
brew upgrade cmake
|
||||
brew install openssl@3 swig bison flex ccache libmaxminddb
|
||||
|
||||
if [ $(sw_vers -productVersion | cut -d '.' -f 1) -lt 14 ]; then
|
||||
# Upgrade pip so we have the --break-system-packages option.
|
||||
python3 -m pip install --upgrade pip
|
||||
fi
|
||||
|
||||
python3 -m pip install --user --break-system-packages websockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue