Skip to content

Commit

Permalink
[Silabs] Update to WiseConnect 3.3.2 (project-chip#35439)
Browse files Browse the repository at this point in the history
* [Silabs] Update to WiseConnect 3.3.2

* [Silabs] Update to WiseConnect 3.3.2 submodule

* [Silabs] Update to use new Silabs docker image with updated WiseConnect version 3.3.2

* Bump chip-build-vscode images to 78
  • Loading branch information
rerasool authored Sep 20, 2024
1 parent 3136753 commit dff8864
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: ghcr.io/project-chip/chip-build-efr32:77
image: ghcr.io/project-chip/chip-build-efr32:78
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/project-chip/chip-build-efr32:77
image: ghcr.io/project-chip/chip-build-efr32:78
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
[submodule "third_party/silabs/wifi_sdk"]
path = third_party/silabs/wifi_sdk
url = https://github.com/SiliconLabs/wiseconnect.git
branch = v3.3.1
branch = v3.3.2
platforms = silabs
[submodule "editline"]
path = third_party/editline/repo
Expand Down
14 changes: 7 additions & 7 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
steps:
- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
entrypoint: "bash"
args:
- "-c"
- |
git config --global --add safe.directory "*"
python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android
id: Submodules
- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
# NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting
# jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3)
env:
Expand All @@ -24,7 +24,7 @@ steps:
path: /pwenv
timeout: 900s

- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
id: ESP32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -45,7 +45,7 @@ steps:
volumes:
- name: pwenv
path: /pwenv
- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
id: NRFConnect
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -66,7 +66,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand All @@ -88,7 +88,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
id: Linux
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down Expand Up @@ -141,7 +141,7 @@ steps:
- name: pwenv
path: /pwenv

- name: "ghcr.io/project-chip/chip-build-vscode:76"
- name: "ghcr.io/project-chip/chip-build-vscode:78"
id: Android
env:
- PW_ENVIRONMENT_ROOT=/pwenv
Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/wifi_sdk
Submodule wifi_sdk updated 541 files

0 comments on commit dff8864

Please sign in to comment.