|
1 | 1 | steps: |
2 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 2 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
3 | 3 | entrypoint: "bash" |
4 | 4 | args: |
5 | 5 | - "-c" |
6 | 6 | - | |
7 | 7 | git config --global --add safe.directory "*" |
8 | 8 | python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android |
9 | 9 | id: Submodules |
10 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 10 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
11 | 11 | # NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting |
12 | 12 | # jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3) |
13 | 13 | env: |
|
24 | 24 | path: /pwenv |
25 | 25 | timeout: 900s |
26 | 26 |
|
27 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 27 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
28 | 28 | id: ESP32 |
29 | 29 | env: |
30 | 30 | - PW_ENVIRONMENT_ROOT=/pwenv |
|
45 | 45 | volumes: |
46 | 46 | - name: pwenv |
47 | 47 | path: /pwenv |
48 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 48 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
49 | 49 | id: NRFConnect |
50 | 50 | env: |
51 | 51 | - PW_ENVIRONMENT_ROOT=/pwenv |
|
66 | 66 | - name: pwenv |
67 | 67 | path: /pwenv |
68 | 68 |
|
69 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 69 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
70 | 70 | id: EFR32 |
71 | 71 | env: |
72 | 72 | - PW_ENVIRONMENT_ROOT=/pwenv |
|
86 | 86 | - name: pwenv |
87 | 87 | path: /pwenv |
88 | 88 |
|
89 | | - - name: "ghcr.io/project-chip/chip-build-vscode:181" |
| 89 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
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:181" |
| 142 | + - name: "ghcr.io/project-chip/chip-build-vscode:190" |
143 | 143 | id: Android |
144 | 144 | env: |
145 | 145 | - PW_ENVIRONMENT_ROOT=/pwenv |
|
0 commit comments