-
Notifications
You must be signed in to change notification settings - Fork 10
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
CMake warnings in edge build #151
Comments
I guess at least the first line of that warning could be fixed by upgrading the snap's Vtk from 7.1.1 to 9.1.0. The Debian package in the daily PPA has already 9.1.0, so I guess it can be considered as tested. In any case, it would be great to have a concerted effort to harmonize the versions of different libraries in all packages/platforms, as it would potentially reduce the number of bugs related to specific library versions.
|
Great list. This reminds me of an idea to create some sort of script that queries all current dev builds and outputs all their dependencies in a way that it's easy to distinguish/compare versions. |
Hey @adrianinsaval @oursland @ipatch We could output it to a graph similar to #151 (comment) |
not saying it couldn't be done, but that would require a bit of effort to try and automate that process. 😬 |
Prompt: an open source project generates multiple cross-platform development builds on a weekly/daily basis. What would be an automated way to retrieve a list of the 3rd party dependencies used during each build process and capture them in a markdown table that compares the dependency across all builds? |
There are so many CMake warnings in the output they are too numerous to put here. Here are the first two:
ref: https://github.com/FreeCAD/FreeCAD-snap/actions/runs/12661843089/job/35285745525#step:4:1173
ref: https://github.com/FreeCAD/FreeCAD-snap/actions/runs/12661843089/job/35285745525#step:4:1184
The text was updated successfully, but these errors were encountered: