Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Support fixed version or user provided openthread source to make cirque behavior stable #16

@erjiaqing

Description

@erjiaqing

function install_openthread() {
if [ ! -d "${OPEN_THREAD_DIR}" ]; then
wget https://github.com/openthread/openthread/archive/master.zip
unzip master.zip
rm master.zip
mv openthread-master openthread
fi
pushd .
cd openthread
./bootstrap
make -f examples/Makefile-simulation
popd
}

Currently, cirque always download openthread's master code, which is not stable since change in openthread will break cirque.

There are two ways that can make this better,

  1. Use a fixed openthread commit id and update it regularly,
  2. Allow user specify the path of openthread and use it here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions