Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
superwhd committed Jul 29, 2024
1 parent 07155e6 commit ded44a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
git_archive_all
git_archive_all
cmake==3.20.1
5 changes: 0 additions & 5 deletions script/otbr-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,7 @@ su -c "DOCKER=1 ${build_options[*]} script/bootstrap" pi
rm -rf /home/pi/repo/ot-br-posix/third_party/openthread/repo
cp -r /home/pi/repo/openthread /home/pi/repo/ot-br-posix/third_party/openthread/repo

# Pin CMake version to 3.10.3 for issue https://github.com/openthread/ot-br-posix/issues/728.
# For more background, see https://gitlab.kitware.com/cmake/cmake/-/issues/20568.
apt-get purge -y cmake
pip3 install scikit-build
pip3 install cmake==3.10.3
cmake --version

pip3 install zeroconf

Expand Down

0 comments on commit ded44a1

Please sign in to comment.