Skip to content

Commit 3a28cd7

Browse files
authored
[hotfix] Change LwIP upstream in p6_sdk to a temporary mirror URL, fix cirque bootstrap failure (project-chip#13154)
* [hotfix] Change lwip upstream in p6_sdk to a temporary URL * [hotfix] Remove duplicate pigweed activate call in cirque
1 parent 6a08b04 commit 3a28cd7

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@
161161
branch = stable
162162
[submodule "p6/lwip"]
163163
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

scripts/tests/cirque_tests.sh

-12
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,6 @@ function cirquetest_bootstrap() {
104104

105105
__cirquetest_build_ot_lazy
106106
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
119107
}
120108

121109
function cirquetest_run_test() {

0 commit comments

Comments
 (0)