From 0cbfadf58933339c90f4e8b2a2618e4a54c4f64b Mon Sep 17 00:00:00 2001 From: Handa Wang Date: Mon, 29 Jul 2024 02:27:43 +0000 Subject: [PATCH] save --- requirements.txt | 2 +- script/otbr-setup.bash | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e305cde..e65cb6e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -git_archive_all \ No newline at end of file +git_archive_all diff --git a/script/otbr-setup.bash b/script/otbr-setup.bash index 2f80196e..e8687f51 100755 --- a/script/otbr-setup.bash +++ b/script/otbr-setup.bash @@ -181,11 +181,9 @@ 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 +pip3 install cmake==3.20.2 cmake --version pip3 install zeroconf