ci: Switch to CI image 0.24.3

This commit updates the CI workflows to use the CI image 0.24.3, in
order to pull in the LLVM/Clang 15 and Renode 1.13.1.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-09-08 22:28:19 +09:00
commit e5b17ee043
7 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
needs: bluetooth-test-prep
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

View file

@ -14,7 +14,7 @@ jobs:
runs-on: zephyr_runner
needs: clang-build-prep
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
volumes:
- /home/runners/zephyrproject:/github/cache/zephyrproject

View file

@ -18,7 +18,7 @@ jobs:
runs-on: zephyr_runner
needs: codecov-prep
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -10,7 +10,7 @@ jobs:
check-errno:
runs-on: ubuntu-20.04
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0

View file

@ -27,7 +27,7 @@ jobs:
if: github.repository == 'zephyrproject-rtos/zephyr'
needs: footprint-tracking-cancel
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -16,7 +16,7 @@ jobs:
if: github.repository == 'zephyrproject-rtos/zephyr'
needs: footprint-cancel
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View file

@ -27,7 +27,7 @@ jobs:
runs-on: zephyr_runner
needs: twister-build-cleanup
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
volumes:
- /home/runners/zephyrproject:/github/cache/zephyrproject
@ -121,7 +121,7 @@ jobs:
needs: twister-build-prep
if: needs.twister-build-prep.outputs.size != 0
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.24.2
image: ghcr.io/zephyrproject-rtos/ci:v0.24.3
options: '--entrypoint /bin/bash'
volumes:
- /home/runners/zephyrproject:/github/cache/zephyrproject