https://github.com/openweave/cirque/blob/bc42efe2e0e8f4e0eed7bd08a51e046943a11b98/dependency_modules.sh#L28-L40 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
cirque/dependency_modules.sh
Lines 28 to 40 in bc42efe
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,