Skip to content

Commit

Permalink
Update cirque pip flags to allow breaking system packages (project-ch…
Browse files Browse the repository at this point in the history
…ip#33944)

* Update cirque pip flags to allow breaking system packages

* old setuptools does not work. Try again without the setuptools update

---------

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
andy31415 and andreilitvin authored Jun 17, 2024
1 parent 8b905ab commit 4d5e2ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/tests/cirque_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ function cirquetest_bootstrap() {
set -ex

cd "$REPO_DIR"/third_party/cirque/repo
pip3 uninstall -y setuptools
pip3 install setuptools==65.7.0
pip3 install pycodestyle==2.5.0 wheel
pip3 install --break-system-packages pycodestyle==2.5.0 wheel

make NO_GRPC=1 install -j

Expand All @@ -125,7 +123,7 @@ function cirquetest_bootstrap() {
"$REPO_DIR"/integrations/docker/images/stage-2/chip-cirque-device-base/build.sh --build-arg OT_BR_POSIX_CHECKOUT="$OT_BR_POSIX_CHECKOUT"

__cirquetest_build_ot_lazy
pip3 install -r requirements_nogrpc.txt
pip3 install --break-system-packages -r requirements_nogrpc.txt

echo "OpenThread Version: $OPENTHREAD_CHECKOUT"
echo "ot-br-posix Version: $OT_BR_POSIX_CHECKOUT"
Expand Down

0 comments on commit 4d5e2ee

Please sign in to comment.