Skip to content

Commit ff58ea8

Browse files
s07641069pimpalemahesh
authored andcommittedFeb 12, 2025
[Telink] Update build configurations & Update compatible builds to docker version 112 (project-chip#37356)
* [Telink] simplify WS2812_STRIP config * [Telink] Fix targets configs * [Telink] Use HAL mac_init functions directly * [Telink] disable PM for window app * [Telink] Fix Zephyr warning & use k_work_delayable_from_work * [Telink] Remove duplicate config * [Telink] clean-up Kconfig files * [Telink] clean-up enable-gnu-std.cmake * [Telink] Remove continue-on-error * [Telink] Fix/Enable BLE optimization * [Telink] Optimize MCUBoot log level configs * [Telink] use common SOC configs for different Zephyr versions * [Telink] Change Window Covering App default SoC W91 doesn't support PM * [Telink] Reduce mcuboot partition size * [Telink] Use 4mb flash for B92 till driver sdk update * [Telink] B92 update * [Telink] Remove temp b92 4mb change * [Telink] Update Zephyr revision * [Telink] Update builds to docker version 112 * Keep [Lint Code Base] image on version 98 Keep [Smoke test - Android] image on version 108 * Keep [Java Tests] image on version 104
1 parent e94ec9d commit ff58ea8

File tree

73 files changed

+248
-286
lines changed

Some content is hidden

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

73 files changed

+248
-286
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
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:104
37+
image: ghcr.io/project-chip/chip-build:112
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

+5-6
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:104
46+
image: ghcr.io/project-chip/chip-build:112
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -131,7 +131,7 @@ jobs:
131131
if: github.actor != 'restyled-io[bot]'
132132

133133
container:
134-
image: ghcr.io/project-chip/chip-build:104
134+
image: ghcr.io/project-chip/chip-build:112
135135
volumes:
136136
- "/:/runner-root-volume"
137137
- "/tmp/log_output:/tmp/test_logs"
@@ -300,7 +300,7 @@ jobs:
300300
if: github.actor != 'restyled-io[bot]'
301301

302302
container:
303-
image: ghcr.io/project-chip/chip-build:104
303+
image: ghcr.io/project-chip/chip-build:112
304304
volumes:
305305
- "/:/runner-root-volume"
306306
- "/tmp/log_output:/tmp/test_logs"
@@ -365,7 +365,7 @@ jobs:
365365
if: github.actor != 'restyled-io[bot]'
366366

367367
container:
368-
image: ghcr.io/project-chip/chip-build:104
368+
image: ghcr.io/project-chip/chip-build:112
369369
volumes:
370370
- "/:/runner-root-volume"
371371
- "/tmp/log_output:/tmp/test_logs"
@@ -487,7 +487,7 @@ jobs:
487487
runs-on: ubuntu-latest
488488

489489
container:
490-
image: ghcr.io/project-chip/chip-build:104
490+
image: ghcr.io/project-chip/chip-build:112
491491
options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0
492492
net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0"
493493

@@ -502,4 +502,3 @@ jobs:
502502

503503
- name: Run Build Coverage
504504
run: ./scripts/build_coverage.sh --yaml
505-

0 commit comments

Comments
 (0)