Skip to content

Commit df967ae

Browse files
committed
Merge branch 'master' of github.com:project-chip/connectedhomeip into tv2-5
2 parents 69da199 + 0f9542b commit df967ae

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

integrations/cloudbuild/build-all.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- "--init"
77
- "--recursive"
88
id: Submodules
9-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
9+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
1010
env:
1111
- PW_ENVIRONMENT_ROOT=/pwenv
1212
args:
@@ -21,7 +21,7 @@ steps:
2121
path: /pwenv
2222
timeout: 900s
2323

24-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
24+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
2525
env:
2626
- PW_ENVIRONMENT_ROOT=/pwenv
2727
args:
@@ -85,7 +85,7 @@ steps:
8585
--target k32w-shell
8686
build
8787
--create-archives /workspace/artifacts/
88-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
88+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
8989
env:
9090
- PW_ENVIRONMENT_ROOT=/pwenv
9191
args:

integrations/cloudbuild/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
33
env:
44
- PW_ENVIRONMENT_ROOT=/pwenv
55
args:
@@ -12,7 +12,7 @@ steps:
1212
path: /pwenv
1313
timeout: 2700s
1414

15-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
15+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
1616
env:
1717
- PW_ENVIRONMENT_ROOT=/pwenv
1818
args:
@@ -27,7 +27,7 @@ steps:
2727
- name: pwenv
2828
path: /pwenv
2929

30-
- name: "ghcr.io/project-chip/chip-build-vscode:35"
30+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
3131
env:
3232
- PW_ENVIRONMENT_ROOT=/pwenv
3333
args:

integrations/cloudbuild/smoke-test.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
steps:
2-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
2+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
33
entrypoint: "bash"
44
args:
55
- "-c"
66
- |
77
git config --global --add safe.directory "*"
88
git submodule update --init --recursive
99
id: Submodules
10-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
10+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
1111
env:
1212
- PW_ENVIRONMENT_ROOT=/pwenv
1313
args:
@@ -22,7 +22,7 @@ steps:
2222
path: /pwenv
2323
timeout: 900s
2424

25-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
25+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
2626
id: ESP32
2727
env:
2828
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -43,7 +43,7 @@ steps:
4343
volumes:
4444
- name: pwenv
4545
path: /pwenv
46-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
46+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
4747
id: NRFConnect
4848
env:
4949
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -64,7 +64,7 @@ steps:
6464
- name: pwenv
6565
path: /pwenv
6666

67-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
67+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
6868
id: EFR32
6969
env:
7070
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -86,7 +86,7 @@ steps:
8686
- name: pwenv
8787
path: /pwenv
8888

89-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
89+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
9090
id: Linux
9191
env:
9292
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -139,7 +139,7 @@ steps:
139139
- name: pwenv
140140
path: /pwenv
141141

142-
- name: "ghcr.io/project-chip/chip-build-vscode:36"
142+
- name: "ghcr.io/project-chip/chip-build-vscode:41"
143143
id: Android
144144
env:
145145
- PW_ENVIRONMENT_ROOT=/pwenv
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41 : [nrfconnect] Update nRF Connect SDK version.
1+
42 : [Ameba] Update Ameba System time

integrations/docker/images/stage-2/chip-build-ameba/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/project-chip/connectedh
44

55
# Setup Ameba
66
ARG AMEBA_DIR=/opt/ameba
7-
ARG TAG_NAME=ameba_update_2023_12_15
7+
ARG TAG_NAME=ameba_update_2024_03_22
88
RUN set -x \
99
&& apt-get update \
1010
&& mkdir ${AMEBA_DIR} \

scripts/setup/constraints.txt

+7
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,10 @@ setuptools==68.0.0
290290
# via
291291
# pip-tools
292292
# west
293+
294+
# Manual edits:
295+
296+
# Higher versions depend on proto-plus, which break
297+
# nanopb code generation (due to name conflict of the 'proto' module)
298+
google-api-core==2.17.0
299+

0 commit comments

Comments
 (0)