Skip to content

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

Merged
merged 1 commit into from
May 29, 2025

Conversation

jordancarlin
Copy link
Collaborator

@jordancarlin jordancarlin commented May 15, 2025

Test both our oldest supported CMake version (3.20) and the latest CMake release in CI when building the model.

Fixes #948

Copy link

github-actions bot commented May 15, 2025

Test Results

400 tests  ±0   400 ✅ ±0   1m 25s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 53dde2f. ± Comparison against base commit d0f5bc1.

♻️ This comment has been updated with latest results.

@jordancarlin jordancarlin force-pushed the cmake_versions_in_ci branch 2 times, most recently from 0506d5d to d78d14e Compare May 15, 2025 00:44
@jordancarlin jordancarlin force-pushed the cmake_versions_in_ci branch 2 times, most recently from 8c79c05 to eca3c49 Compare May 15, 2025 21:34
Copy link
Collaborator

@arichardson arichardson left a 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.

@jordancarlin
Copy link
Collaborator Author

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.

@jordancarlin jordancarlin force-pushed the cmake_versions_in_ci branch from ed4ce81 to 594a73d Compare May 27, 2025 14:53
@jordancarlin jordancarlin force-pushed the cmake_versions_in_ci branch from 594a73d to 53dde2f Compare May 27, 2025 14:54
@Timmmm Timmmm added the will be merged Scheduled to be merged in a few days if nobody objects label May 27, 2025
@Timmmm Timmmm added this pull request to the merge queue May 29, 2025
Merged via the queue into riscv:master with commit 4a2ed8b May 29, 2025
7 checks passed
tobiasgrosser pushed a commit to opencompl/sail-riscv that referenced this pull request Jun 1, 2025
Test both our oldest supported CMake version (3.20) and the latest CMake
release in CI when building the model.

Fixes riscv#948
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
will be merged Scheduled to be merged in a few days if nobody objects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test with multiple versions of CMake
3 participants