Skip to content

Commit

Permalink
ci: github: bump Zephyr CI container to v0.26.6
Browse files Browse the repository at this point in the history
Updated Zephyr SDK to 0.16.4.

Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Jan 3, 2024
1 parent 1179600 commit 9bf55f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qa-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
if: github.repository_owner == 'tiacsys'
runs-on: [self-hosted, ci-32g-x8, linux, x64, container]
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6
options: '--cpus 4 --memory 8g --entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.4

steps:
- name: Apply container owner mismatch workaround
Expand Down Expand Up @@ -151,10 +151,10 @@ jobs:
if: github.repository_owner == 'tiacsys'
runs-on: [self-hosted, ci-32g-x8, linux, x64, container]
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
image: ghcr.io/zephyrproject-rtos/ci:v0.26.6
options: '--cpus 4 --memory 8g --entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.4

steps:
- name: Apply container owner mismatch workaround
Expand Down

0 comments on commit 9bf55f8

Please sign in to comment.