Skip to content

Commit

Permalink
[script] moved cmake and ninja to requires packages -> needed now wit…
Browse files Browse the repository at this point in the history
…h Lint requiring a node-build.
  • Loading branch information
EskoDijk committed Sep 10, 2024
1 parent 80d1e1b commit dd5d00d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions script/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function get_build_options()
build_openthread()
{
get_openthread
install_openthread_buildtools
(
cd ot-rfsim
./script/build_latest "$(get_build_options)"
Expand All @@ -112,7 +111,6 @@ build_openthread()
build_openthread_br()
{
get_openthread
install_openthread_buildtools
(
cd ot-rfsim
./script/build_br "$(get_build_options)"
Expand All @@ -122,7 +120,6 @@ build_openthread_br()
build_openthread_versions()
{
get_openthread_versions
install_openthread_buildtools
(
cd ot-rfsim
./script/build_all "$(get_build_options)"
Expand Down
2 changes: 2 additions & 0 deletions script/install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ install_packages()
install_package git --apt git --brew git || true
install_package cmake --apt cmake --brew cmake || true
install_package g++ --apt build-essential --brew gcc || true
install_package cmake --apt cmake --brew cmake
install_package ninja --apt ninja-build --brew ninja
install_package wget --apt wget --brew wget || true
install_package unzip --apt unzip --brew unzip || true
install_package python3 --apt python3 --brew python3 || true
Expand Down
6 changes: 0 additions & 6 deletions script/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,3 @@ function install_pretty_tools()
install_package shfmt --apt shfmt --brew shfmt
install_package shellcheck --apt shellcheck --brew shellcheck
}

install_openthread_buildtools()
{
install_package cmake --apt cmake --brew cmake
install_package ninja --apt ninja-build --brew ninja
}

0 comments on commit dd5d00d

Please sign in to comment.