File tree 6 files changed +22
-15
lines changed
6 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 6
6
- " --init"
7
7
- " --recursive"
8
8
id : Submodules
9
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
9
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
10
10
env :
11
11
- PW_ENVIRONMENT_ROOT=/pwenv
12
12
args :
21
21
path : /pwenv
22
22
timeout : 900s
23
23
24
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
24
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
25
25
env :
26
26
- PW_ENVIRONMENT_ROOT=/pwenv
27
27
args :
85
85
--target k32w-shell
86
86
build
87
87
--create-archives /workspace/artifacts/
88
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
88
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
89
89
env :
90
90
- PW_ENVIRONMENT_ROOT=/pwenv
91
91
args :
Original file line number Diff line number Diff line change 1
1
steps :
2
- - name : " ghcr.io/project-chip/chip-build-vscode:35 "
2
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
3
3
env :
4
4
- PW_ENVIRONMENT_ROOT=/pwenv
5
5
args :
12
12
path : /pwenv
13
13
timeout : 2700s
14
14
15
- - name : " ghcr.io/project-chip/chip-build-vscode:35 "
15
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
16
16
env :
17
17
- PW_ENVIRONMENT_ROOT=/pwenv
18
18
args :
27
27
- name : pwenv
28
28
path : /pwenv
29
29
30
- - name : " ghcr.io/project-chip/chip-build-vscode:35 "
30
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
31
31
env :
32
32
- PW_ENVIRONMENT_ROOT=/pwenv
33
33
args :
Original file line number Diff line number Diff line change 1
1
steps :
2
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
2
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
3
3
entrypoint : " bash"
4
4
args :
5
5
- " -c"
6
6
- |
7
7
git config --global --add safe.directory "*"
8
8
git submodule update --init --recursive
9
9
id : Submodules
10
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
10
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
11
11
env :
12
12
- PW_ENVIRONMENT_ROOT=/pwenv
13
13
args :
22
22
path : /pwenv
23
23
timeout : 900s
24
24
25
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
25
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
26
26
id : ESP32
27
27
env :
28
28
- PW_ENVIRONMENT_ROOT=/pwenv
43
43
volumes :
44
44
- name : pwenv
45
45
path : /pwenv
46
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
46
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
47
47
id : NRFConnect
48
48
env :
49
49
- PW_ENVIRONMENT_ROOT=/pwenv
64
64
- name : pwenv
65
65
path : /pwenv
66
66
67
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
67
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
68
68
id : EFR32
69
69
env :
70
70
- PW_ENVIRONMENT_ROOT=/pwenv
86
86
- name : pwenv
87
87
path : /pwenv
88
88
89
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
89
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
90
90
id : Linux
91
91
env :
92
92
- PW_ENVIRONMENT_ROOT=/pwenv
@@ -139,7 +139,7 @@ steps:
139
139
- name : pwenv
140
140
path : /pwenv
141
141
142
- - name : " ghcr.io/project-chip/chip-build-vscode:36 "
142
+ - name : " ghcr.io/project-chip/chip-build-vscode:41 "
143
143
id : Android
144
144
env :
145
145
- PW_ENVIRONMENT_ROOT=/pwenv
Original file line number Diff line number Diff line change 1
- 41 : [nrfconnect ] Update nRF Connect SDK version.
1
+ 42 : [Ameba ] Update Ameba System time
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/project-chip/connectedh
4
4
5
5
# Setup Ameba
6
6
ARG AMEBA_DIR=/opt/ameba
7
- ARG TAG_NAME=ameba_update_2023_12_15
7
+ ARG TAG_NAME=ameba_update_2024_03_22
8
8
RUN set -x \
9
9
&& apt-get update \
10
10
&& mkdir ${AMEBA_DIR} \
Original file line number Diff line number Diff line change @@ -290,3 +290,10 @@ setuptools==68.0.0
290
290
# via
291
291
# pip-tools
292
292
# 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
+
You can’t perform that action at this time.
0 commit comments