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 56
56
jobs :
57
57
build :
58
58
runs-on : ubuntu-24.04
59
- container : ghcr.io/zephyrproject-rtos/ci:v0.27.4
59
+ container : ghcr.io/zephyrproject-rtos/ci:v0.28.0
60
60
env :
61
61
CMAKE_PREFIX_PATH : /opt/toolchains
62
62
outputs :
Original file line number Diff line number Diff line change 10
10
compliance_job :
11
11
runs-on : ubuntu-24.04
12
12
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.0
14
14
15
15
# Skip job if it was triggered by Renovate Bot
16
16
if : ${{ !contains(github.actor, 'renovate') }}
Original file line number Diff line number Diff line change 22
22
analyze :
23
23
name : Static analysis
24
24
runs-on : ubuntu-latest
25
- container : ghcr.io/zephyrproject-rtos/ci:v0.27.4
25
+ container : ghcr.io/zephyrproject-rtos/ci:v0.28.0
26
26
env :
27
27
BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory
28
28
CMAKE_PREFIX_PATH : /opt/toolchains
Original file line number Diff line number Diff line change 18
18
build :
19
19
name : Build and analyze
20
20
runs-on : ubuntu-latest
21
- container : ghcr.io/zephyrproject-rtos/ci:v0.27.4
21
+ container : ghcr.io/zephyrproject-rtos/ci:v0.28.0
22
22
env :
23
23
BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory # Directory where build-wrapper output will be placed
24
24
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.0 as base
2
2
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
You can’t perform that action at this time.
0 commit comments