File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 161
161
branch = stable
162
162
[submodule "p6/lwip "]
163
163
path = third_party/p6/p6_sdk/libs/lwip
164
- url = https://git.savannah.nongnu.org/git /lwip
164
+ url = https://github.com/lwip-tcpip /lwip.git
Original file line number Diff line number Diff line change @@ -104,18 +104,6 @@ function cirquetest_bootstrap() {
104
104
105
105
__cirquetest_build_ot_lazy
106
106
pip3 install -r requirements_nogrpc.txt
107
-
108
- if [[ " x$GITHUB_ACTION_RUN " = " x1" ]]; then
109
- # We may run Cirque tests locally, in that case, we will run
110
- # CHIP bootstrap script elsewhere. Don't run bootstrap so we
111
- # won't break local environment.
112
- set +x
113
-
114
- # Call activate here so the later tests can be faster
115
- # set -e will cause error if activate.sh is sourced twice
116
- # this is an expected behavior caused by pigweed/activate.sh
117
- source " $REPO_DIR /scripts/bootstrap.sh"
118
- fi
119
107
}
120
108
121
109
function cirquetest_run_test() {
You can’t perform that action at this time.
0 commit comments