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(lane-merge), avoid removing dependencies that were set explicitly before #8665

Merged
merged 4 commits into from
Mar 13, 2024

Conversation

davidfirst
Copy link
Member

In case a lane-merge introduces some dependencies changes, it used to disregard the "bit deps set" that were saved previously. It was handling only the "auto detect", and because the policy is not empty, the next strategy - "model specific" was ignored. As a result, any previous "deps set" was ignored.
This PR fixes it to add these dependencies to the merge-config.

@davidfirst davidfirst enabled auto-merge (squash) March 13, 2024 02:01
@davidfirst davidfirst merged commit a8d9bf6 into master Mar 13, 2024
11 checks passed
@davidfirst davidfirst deleted the lane-merge-remove-deps-set branch March 13, 2024 02:38
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.

2 participants