|
1 | 1 | steps:
|
2 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:76" |
| 2 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
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:76" |
| 10 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
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:76" |
| 27 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
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:76" |
| 48 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
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:76" |
| 69 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
70 | 70 | id: EFR32
|
71 | 71 | env:
|
72 | 72 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
88 | 88 | - name: pwenv
|
89 | 89 | path: /pwenv
|
90 | 90 |
|
91 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:76" |
| 91 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
92 | 92 | id: Linux
|
93 | 93 | env:
|
94 | 94 | - PW_ENVIRONMENT_ROOT=/pwenv
|
@@ -141,7 +141,7 @@ steps:
|
141 | 141 | - name: pwenv
|
142 | 142 | path: /pwenv
|
143 | 143 |
|
144 |
| - - name: "ghcr.io/project-chip/chip-build-vscode:76" |
| 144 | + - name: "ghcr.io/project-chip/chip-build-vscode:78" |
145 | 145 | id: Android
|
146 | 146 | env:
|
147 | 147 | - PW_ENVIRONMENT_ROOT=/pwenv
|
|
0 commit comments