Skip to content

Commit

Permalink
Move esp32 fix (#28082)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 17, 2023
1 parent bdb352a commit 3788691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ steps:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- "-c"
- |
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt
source ./scripts/bootstrap.sh
- source ./scripts/bootstrap.sh
id: Bootstrap
waitFor:
- Submodules
Expand Down
4 changes: 1 addition & 3 deletions integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ steps:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- "-c"
- |
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt
source ./scripts/bootstrap.sh
- source ./scripts/bootstrap.sh
id: Bootstrap
entrypoint: /usr/bin/bash
volumes:
Expand Down
5 changes: 2 additions & 3 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ steps:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- "-c"
- |
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt
source ./scripts/bootstrap.sh
- source ./scripts/bootstrap.sh
id: Bootstrap
waitFor:
- Submodules
Expand All @@ -30,6 +28,7 @@ steps:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- >-
perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt &&
./scripts/build/build_examples.py --enable-flashbundle --target
esp32-devkitc-light-rpc --target
esp32-m5stack-all-clusters-ipv6only --target
Expand Down

0 comments on commit 3788691

Please sign in to comment.