-
Notifications
You must be signed in to change notification settings - Fork 210
Test multiple versions of CMake in CI #952
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
Conversation
0506d5d
to
d78d14e
Compare
8c79c05
to
eca3c49
Compare
eca3c49
to
ed4ce81
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am surprised 3.20 does not work correctly. Might be good stating what's broken (e.g. CMake issue link) but LGTM even without that comment.
Well, I'm very confused, but I just tested it again and 3.20 worked. There was a library version issue before (don't remember what), but when I tried to reproduce it, everything worked fine. Reverting to 3.20 as the minimum version. |
ed4ce81
to
594a73d
Compare
594a73d
to
53dde2f
Compare
Test both our oldest supported CMake version (3.20) and the latest CMake release in CI when building the model. Fixes riscv#948
Test both our oldest supported CMake version (3.20) and the latest CMake release in CI when building the model.
Fixes #948