-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: "Zephyr build from lastest on mail " fails #326
Comments
Analysis from @tejlmand in zephyrproject-rtos/zephyr#85724 (review) I can see two options: 1- Increase the minimum version of CMake in libmetal's CMakeLists.txt.
2- Activate the CMP0053 policy in libmetal's CMakeLists.txt.
I would be in favor of migrating to CMake 3.20. @tnmysh @edmooring @wmamills and other do you see an issue for migrating to cmake 3.20? |
@arnopo Ubuntu 20.04 which is still supported has cmake 3.16.3 Can we use 3.16 as a minimum? (debian bullseye aka oldstable has 3.18.4) |
Actually Ubuntu 20.04 is public EOL in April of this year. It is still supported for pro customers until April 2030. I am ok with either 3.16 or 3.20 as min version |
Version 3.16 is OK. Regarding CMake policies, we are compatible with CMake 3.13 and higher. |
I pushed a PR #327 that update to 3.16 , I also tested for open-amp and I will push it later if everyone is OK to go in this direction |
@arnopo why did my open-amp PR#636 pass all tests including the latest zephyr test?? |
In libmetal, we use the |
Since the merge of zephyrproject-rtos/zephyr@4c1275d the CI is failed.
The issue seems linked to the syntax in the cmake/modules/version.cmake file
A fix has been proposed in zephyr:
zephyrproject-rtos/zephyr#85724
The text was updated successfully, but these errors were encountered: