Skip to content

Commit

Permalink
ci: build stm32mp1-135F_DK with Clang
Browse files Browse the repository at this point in the history
Adds a build of stm32mp1-135F_DK platform with Clang to ensure
the several driver frameworks enabled by this platform comply
with a Clang build.

Acked-by: Jens Wiklander <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms authored and jforissier committed Dec 4, 2023
1 parent ace929f commit f11639b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
_make PLATFORM=stm-cannes
_make PLATFORM=stm32mp1
_make PLATFORM=stm32mp1-135F_DK CFG_DRIVERS_CLK_PRINT_TREE=y CFG_DRIVERS_REGULATOR_PRINT_TREE=y
_make PLATFORM=stm32mp1-135F_DK COMPILER=clang
if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi
_make PLATFORM=stm32mp2
_make PLATFORM=vexpress-fvp
Expand Down

0 comments on commit f11639b

Please sign in to comment.