Skip to content

Commit

Permalink
Fix EFR32 build in cloud build (#22161)
Browse files Browse the repository at this point in the history
This needs an additional checkout step now, unlike other platforms. The
reason is that this build requires recursive submodules.
  • Loading branch information
mspang authored and pull[bot] committed Aug 1, 2023
1 parent fae10f4 commit 2025362
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- "-c"
- ./scripts/checkout_submodules.py --shallow --recursive --platform efr32
id: Checkout EFR32
entrypoint: /usr/bin/bash
volumes:
- name: pwenv
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down
13 changes: 13 additions & 0 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ steps:
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- "-c"
- ./scripts/checkout_submodules.py --shallow --recursive --platform efr32
id: Checkout EFR32
entrypoint: /usr/bin/bash
volumes:
- name: pwenv
path: /pwenv
timeout: 900s

- name: "connectedhomeip/chip-build-vscode:0.5.91"
id: ESP32
env:
Expand Down

0 comments on commit 2025362

Please sign in to comment.