From 8714155d6c9c2dca32a9307ee187bfff094d63b3 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Thu, 20 Jun 2024 11:40:42 +0300 Subject: [PATCH] [Telink] Update to docker version 57 --- .github/workflows/chef.yaml | 8 ++++---- .github/workflows/examples-telink.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index bbeb41e600559e..b3d3f7f3a90f7c 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -98,7 +98,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:54 + image: ghcr.io/project-chip/chip-build-telink:57 options: --user root steps: @@ -108,9 +108,9 @@ jobs: uses: ./.github/actions/checkout-submodules-and-bootstrap with: platform: telink - - name: Update Zephyr to specific revision (for developers purpose) - shell: bash - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8" + # - name: Update Zephyr to specific revision (for developers purpose) + # shell: bash + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8" - name: CI Examples Telink shell: bash run: | diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index ed959d2b73f79a..15926e99cd470c 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -38,7 +38,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:54 + image: ghcr.io/project-chip/chip-build-telink:57 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" @@ -56,8 +56,8 @@ jobs: with: gh-context: ${{ toJson(github) }} - - name: Update Zephyr to specific revision (for developers purpose) - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8" + # - name: Update Zephyr to specific revision (for developers purpose) + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab81a585fca6a83b30e1f4e58a021113d6a3acb8" - name: Build example Telink (B92 retention) Air Quality Sensor App run: |