File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5656jobs :
5757 build :
5858 runs-on : ubuntu-24.04
59- container : ghcr.io/zephyrproject-rtos/ci:v0.27 .4
59+ container : ghcr.io/zephyrproject-rtos/ci:v0.28 .4
6060 env :
6161 CMAKE_PREFIX_PATH : /opt/toolchains
6262 outputs :
Original file line number Diff line number Diff line change 1010 compliance_job :
1111 runs-on : ubuntu-24.04
1212 name : Run compliance checks on patch series (PR)
13- container : ghcr.io/zephyrproject-rtos/ci:v0.27 .4
13+ container : ghcr.io/zephyrproject-rtos/ci:v0.28 .4
1414
1515 # Skip job if it was triggered by Renovate Bot
1616 if : ${{ !contains(github.actor, 'renovate') }}
Original file line number Diff line number Diff line change 2222 analyze :
2323 name : Static analysis
2424 runs-on : ubuntu-latest
25- container : ghcr.io/zephyrproject-rtos/ci:v0.27 .4
25+ container : ghcr.io/zephyrproject-rtos/ci:v0.28 .4
2626 env :
2727 BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory
2828 CMAKE_PREFIX_PATH : /opt/toolchains
Original file line number Diff line number Diff line change 1818 build :
1919 name : Build and analyze
2020 runs-on : ubuntu-latest
21- container : ghcr.io/zephyrproject-rtos/ci:v0.27 .4
21+ container : ghcr.io/zephyrproject-rtos/ci:v0.28 .4
2222 env :
2323 BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory # Directory where build-wrapper output will be placed
2424 CMAKE_PREFIX_PATH : /opt/toolchains
Original file line number Diff line number Diff line change 1- FROM zephyrprojectrtos/ci:v0.27 .4 as base
1+ FROM zephyrprojectrtos/ci:v0.28 .4 as base
22
33ENV DEBIAN_FRONTEND=noninteractive
44
You can’t perform that action at this time.
0 commit comments