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

Pull in build dependencies when updating a locally built install. #12294

Merged
merged 1 commit into from
Mar 7, 2022

Conversation

Ferroin
Copy link
Member

@Ferroin Ferroin commented Mar 2, 2022

Summary

This ensures that as our dependencies change we can still build properly and still have our minimum required dependencies.

Test Plan

This can be verified by creating an install with an older version that is locally built, and then removing any C++ compiler on the system and running the updater.

Without this change, the resultant agent will not have protobuf support.

With this change, it will have protobuf support.

This ensures that as our dependencies change we can still build properly
and still have our minimum required dependencies.
@github-actions github-actions bot added the area/packaging Packaging and operating systems support label Mar 2, 2022
@Ferroin Ferroin marked this pull request as ready for review March 3, 2022 12:21
@Ferroin
Copy link
Member Author

Ferroin commented Mar 3, 2022

@DShreve2 @kickoke This one will need special consideration in the release notes, as it’s a nontrivial change in behavior for auto-updates.

Copy link
Contributor

@maneamarius maneamarius left a comment

Choose a reason for hiding this comment

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

LGTM

@Ferroin Ferroin merged commit e818796 into netdata:master Mar 7, 2022
@Ferroin Ferroin deleted the irp-on-update branch March 7, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packaging Packaging and operating systems support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants