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:
Tim Wojtulewicz 2025-03-10 08:28:54 -07:00
parent ed32ee73fa
commit e2b2c79306
3 changed files with 9 additions and 5 deletions

View file

@ -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)

View file

@ -1 +1 @@
7.0.5-6
7.0.5-7

View file

@ -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
python3 -m pip install --upgrade pip
fi
# Upgrade pip so we have the --break-system-packages option.
python3 -m pip install --upgrade pip
python3 -m pip install --user --break-system-packages websockets