From 255f2dd2c29cbee73fdc6e0c2a5f94350722c873 Mon Sep 17 00:00:00 2001 From: Handa Wang Date: Mon, 29 Jul 2024 02:27:43 +0000 Subject: [PATCH] save --- requirements.txt | 3 ++- script/otbr-setup.bash | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e305cde..d2c491dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -git_archive_all \ No newline at end of file +git_archive_all +cmake>=3.20.1 diff --git a/script/otbr-setup.bash b/script/otbr-setup.bash index 2f80196e..e73a3473 100755 --- a/script/otbr-setup.bash +++ b/script/otbr-setup.bash @@ -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