|
1 | 1 | steps:
|
2 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:115" |
| 2 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
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:115" |
| 10 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
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:115" |
| 27 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
28 | 28 | id: ESP32
|
29 | 29 | env:
|
30 | 30 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
44 | 44 | volumes:
|
45 | 45 | - name: pwenv
|
46 | 46 | path: /pwenv
|
47 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:115" |
| 47 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
48 | 48 | id: NRFConnect
|
49 | 49 | env:
|
50 | 50 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
65 | 65 | - name: pwenv
|
66 | 66 | path: /pwenv
|
67 | 67 |
|
68 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:115" |
| 68 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
69 | 69 | id: EFR32
|
70 | 70 | env:
|
71 | 71 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
87 | 87 | - name: pwenv
|
88 | 88 | path: /pwenv
|
89 | 89 |
|
90 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:115" |
| 90 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
91 | 91 | id: Linux
|
92 | 92 | env:
|
93 | 93 | - PW_ENVIRONMENT_ROOT=/pwenv
|
@@ -140,7 +140,7 @@ steps:
|
140 | 140 | - name: pwenv
|
141 | 141 | path: /pwenv
|
142 | 142 |
|
143 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:115" |
| 143 | + - name: "ghcr.io/project-chip/chip-build-vscode:119" |
144 | 144 | id: Android
|
145 | 145 | env:
|
146 | 146 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
0 commit comments