Rebuild 0.14 to align missing pins#78
Closed
diegoferigo-rai wants to merge 8 commits into
Closed
Conversation
This enables producing a better automated diff with upstream conda_build_config.yaml
7ea2078 to
34489f6
Compare
traversaro
requested changes
Apr 30, 2026
| build_number: 19 | ||
| tf_transformations: | ||
| build_number: 18 | ||
| build_number: 19 |
Member
There was a problem hiding this comment.
Please remove all overridden build_number
| mutex_package: | ||
| name: "ros2-distro-mutex" | ||
| version: "0.14.0" | ||
| version: "0.14.1" |
Member
There was a problem hiding this comment.
I would simply go for 0.15, as this is mainly used to prevent abi incompat, and bumping deps could result anyhow in abi incompat
Member
|
Could it make sense to bump the clang compiler version to 19 and avoid the separate preprocessors in c_stdlib_version to minimize the diff? |
Contributor
Author
|
This PR still hasn't changed anything in the pinnings yet, but for example the linux runner is failing with: ErrorAny idea why? I plan to start changing content in the yaml as soon as the existing builds succeed. |
Contributor
Author
|
Replaced by: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced by:
This PR aims to fully address the problem discussed in:
0.14.0) #77Given that this change does not introduce any revision bumps, I do not anticipate build failures or platform-specific regressions.
I also introduced a new pixi task that prints the diff against the YAML from
conda-forge-pinning-feedstock. This is intended to improve visibility into divergence from upstream pinning and make maintenance of the custom YAML more explicit.pixi run conda-build-config-upstream-diff
The generated diff includes updates beyond the assimp
changes.@traversaro @Tobias-Fischer could you take a look and advise which of these additional changes are appropriate to include in this minor rebuild?