Skip to content

Commit 9b23eda

Browse files
committed
Update cirque pip flags to allow breaking system packages
1 parent 8b905ab commit 9b23eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/tests/cirque_tests.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ function cirquetest_bootstrap() {
114114
set -ex
115115

116116
cd "$REPO_DIR"/third_party/cirque/repo
117-
pip3 uninstall -y setuptools
118-
pip3 install setuptools==65.7.0
119-
pip3 install pycodestyle==2.5.0 wheel
117+
pip3 uninstall -y setuptools --break-system-packages
118+
pip3 install --break-system-packages setuptools==65.7.0
119+
pip3 install --break-system-packages pycodestyle==2.5.0 wheel
120120

121121
make NO_GRPC=1 install -j
122122

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

127127
__cirquetest_build_ot_lazy
128-
pip3 install -r requirements_nogrpc.txt
128+
pip3 install --break-system-packages -r requirements_nogrpc.txt
129129

130130
echo "OpenThread Version: $OPENTHREAD_CHECKOUT"
131131
echo "ot-br-posix Version: $OT_BR_POSIX_CHECKOUT"

0 commit comments

Comments
 (0)