Skip to content

Commit 0d383b4

Browse files
[Telink] Update configuration for W91 in PM & Update builds to docker version 174
1 parent ad8b86b commit 0d383b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+133
-126
lines changed

.github/workflows/bloat_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build:172
37+
image: ghcr.io/project-chip/chip-build:174
3838

3939
steps:
4040
- name: Checkout

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.actor != 'restyled-io[bot]'
4444

4545
container:
46-
image: ghcr.io/project-chip/chip-build:172
46+
image: ghcr.io/project-chip/chip-build:174
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -153,7 +153,7 @@ jobs:
153153
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
154154

155155
container:
156-
image: ghcr.io/project-chip/chip-build:172
156+
image: ghcr.io/project-chip/chip-build:174
157157
volumes:
158158
- "/:/runner-root-volume"
159159
- "/tmp/log_output:/tmp/test_logs"
@@ -326,7 +326,7 @@ jobs:
326326
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
327327

328328
container:
329-
image: ghcr.io/project-chip/chip-build:172
329+
image: ghcr.io/project-chip/chip-build:174
330330
volumes:
331331
- "/:/runner-root-volume"
332332
- "/tmp/log_output:/tmp/test_logs"
@@ -389,7 +389,7 @@ jobs:
389389
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
390390

391391
container:
392-
image: ghcr.io/project-chip/chip-build:172
392+
image: ghcr.io/project-chip/chip-build:174
393393
volumes:
394394
- "/:/runner-root-volume"
395395
- "/tmp/log_output:/tmp/test_logs"
@@ -513,7 +513,7 @@ jobs:
513513
runs-on: ubuntu-latest
514514

515515
container:
516-
image: ghcr.io/project-chip/chip-build:172
516+
image: ghcr.io/project-chip/chip-build:174
517517
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
518518
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
519519

.github/workflows/chef.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: ghcr.io/project-chip/chip-build:172
40+
image: ghcr.io/project-chip/chip-build:174
4141
options: --user root
4242

4343
steps:
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 90
5959
runs-on: ubuntu-latest
6060
container:
61-
image: ghcr.io/project-chip/chip-build:172
61+
image: ghcr.io/project-chip/chip-build:174
6262
options: >-
6363
--privileged
6464
--sysctl net.ipv6.conf.all.disable_ipv6=0
@@ -96,7 +96,7 @@ jobs:
9696
if: github.actor != 'restyled-io[bot]'
9797

9898
container:
99-
image: ghcr.io/project-chip/chip-build-esp32:172
99+
image: ghcr.io/project-chip/chip-build-esp32:174
100100
options: --user root
101101

102102
steps:
@@ -117,7 +117,7 @@ jobs:
117117
if: github.actor != 'restyled-io[bot]'
118118

119119
container:
120-
image: ghcr.io/project-chip/chip-build-nrf-platform:172
120+
image: ghcr.io/project-chip/chip-build-nrf-platform:174
121121
options: --user root
122122

123123
steps:
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: ghcr.io/project-chip/chip-build-telink:172
141+
image: ghcr.io/project-chip/chip-build-telink:174
142142
options: --user root
143143

144144
steps:

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
runs-on: ubuntu-latest
8686
container:
87-
image: ghcr.io/project-chip/chip-build-doxygen:172
87+
image: ghcr.io/project-chip/chip-build-doxygen:174
8888

8989
if: github.actor != 'restyled-io[bot]'
9090

.github/workflows/examples-ameba.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: github.actor != 'restyled-io[bot]'
4040

4141
container:
42-
image: ghcr.io/project-chip/chip-build-ameba:172
42+
image: ghcr.io/project-chip/chip-build-ameba:174
4343
options: --user root
4444

4545
steps:

.github/workflows/examples-asr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'restyled-io[bot]'
3838

3939
container:
40-
image: ghcr.io/project-chip/chip-build-asr:172
40+
image: ghcr.io/project-chip/chip-build-asr:174
4141
options: --user root
4242

4343
steps:

.github/workflows/examples-bouffalolab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: ghcr.io/project-chip/chip-build-bouffalolab:172
41+
image: ghcr.io/project-chip/chip-build-bouffalolab:174
4242
volumes:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:

.github/workflows/examples-cc13xx_26xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.actor != 'restyled-io[bot]'
4343

4444
container:
45-
image: ghcr.io/project-chip/chip-build-ti:172
45+
image: ghcr.io/project-chip/chip-build-ti:174
4646
volumes:
4747
- "/tmp/bloat_reports:/tmp/bloat_reports"
4848
steps:

.github/workflows/examples-cc32xx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.actor != 'restyled-io[bot]'
4242

4343
container:
44-
image: ghcr.io/project-chip/chip-build-ti:172
44+
image: ghcr.io/project-chip/chip-build-ti:174
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

.github/workflows/examples-efr32.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.actor != 'restyled-io[bot]'
4242

4343
container:
44-
image: ghcr.io/project-chip/chip-build-efr32:172
44+
image: ghcr.io/project-chip/chip-build-efr32:174
4545
volumes:
4646
- "/tmp/bloat_reports:/tmp/bloat_reports"
4747
steps:

0 commit comments

Comments
 (0)