forked from openthread/ot-ns
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: more automatic install using bootstrap script / MacOS build fixes (
#166) * [go.mod] [otnstester] reduce Go lib versions to avoid indirectly requiring Go 1.19+ language features. * [.github] ensure Go 1.18 is supported by including in CI tests. * [script][GUIDE] added 'bootstrap' script, GUIDE detailed, fixes in setup scripts, more packages added in setup for bare Docker ubuntu:jammy case. * [script] fixes in bootstrap sequence * [script] adding gcc/g++ to required deps * [pylibs] reduce aiocoap version to support macos w/ Python 3.9 * [.github][pylibs] lower to Python >= 3.9 for MacOS support.
- Loading branch information
Showing
10 changed files
with
209 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ grpcio-tools==1.53.0 | |
grpcio==1.53.0 | ||
protobuf==4.21.6 | ||
wheel==0.42.0 | ||
aiocoap==0.4.9 | ||
aiocoap==0.4.7 |
Oops, something went wrong.