Skip to content

Commit

Permalink
[hotfix] Change LwIP upstream in p6_sdk to a temporary mirror URL, fi…
Browse files Browse the repository at this point in the history
…x cirque bootstrap failure (#13154)

* [hotfix] Change lwip upstream in p6_sdk to a temporary URL

* [hotfix] Remove duplicate pigweed activate call in cirque
  • Loading branch information
erjiaqing authored and pull[bot] committed Aug 16, 2023
1 parent e4a2e6d commit 3319009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@
branch = stable
[submodule "p6/lwip"]
path = third_party/p6/p6_sdk/libs/lwip
url = https://git.savannah.nongnu.org/git/lwip
url = https://github.com/lwip-tcpip/lwip.git
12 changes: 0 additions & 12 deletions scripts/tests/cirque_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,6 @@ function cirquetest_bootstrap() {

__cirquetest_build_ot_lazy
pip3 install -r requirements_nogrpc.txt

if [[ "x$GITHUB_ACTION_RUN" = "x1" ]]; then
# We may run Cirque tests locally, in that case, we will run
# CHIP bootstrap script elsewhere. Don't run bootstrap so we
# won't break local environment.
set +x

# Call activate here so the later tests can be faster
# set -e will cause error if activate.sh is sourced twice
# this is an expected behavior caused by pigweed/activate.sh
source "$REPO_DIR/scripts/bootstrap.sh"
fi
}

function cirquetest_run_test() {
Expand Down

0 comments on commit 3319009

Please sign in to comment.