Skip to content
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

Fix/build id error #14555

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Fix/build id error #14555

merged 4 commits into from
Aug 24, 2023

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Aug 23, 2023

Changelog: Bugfix: Solve build_id() issues, when multiple different package_ids reusing same build-folder.
Docs: Omit

Fix #14537

# check if we already have a package with the calculated build_id
recipe_ref = pref.ref
build_prev = self._cache.get_matching_build_id(recipe_ref, recipe_build_id)
if build_prev is None: # Only store build_id of the first one actually building it
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the core fix, some more explanations in #14537 (comment)

@czoido czoido merged commit f595556 into conan-io:release/2.0 Aug 24, 2023
@memsharded memsharded deleted the fix/build_id_error branch August 24, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] "No such file or directory" when manipulating build_id and package_id
3 participants