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: Remove pruning client code from rpm #3976

Merged
merged 1 commit into from
Dec 13, 2023
Merged

fix: Remove pruning client code from rpm #3976

merged 1 commit into from
Dec 13, 2023

Conversation

ryan-blakley
Copy link
Contributor

Check all that apply:

  • Have you followed the guidelines in our Contributing document, including the instructions about commit messages?
  • Is this PR to correct an issue?
  • Is this PR an enhancement?

Complete Description of Additions/Changes:

A while back datasources were added that referenced client code, this broke the rpm usage because it pruned the client code in it's build. This weirdly caused some specs to work, and some to not which caused it to go un-noticed for a bit. This change removes the prune line that removed the client code in the build process. So the rpms will be slightly larger, but will allow specs to work properly again.

Copy link
Contributor

@xiangce xiangce left a comment

Choose a reason for hiding this comment

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

LGTM

* A while back datasources were added that referenced client code, this
  broke the rpm usage because it pruned the client code in it's build.
  This weirdly caused some specs to work, and some to not which caused it
  to go un-noticed for a bit.
* This change removes the prune line that removed the client code in the
  build process. So the rpms will be slightly larger, but will allow
  specs to work properly again.

Signed-off-by: Ryan Blakley <[email protected]>
@ryan-blakley ryan-blakley merged commit fec486a into RedHatInsights:master Dec 13, 2023
7 checks passed
xiangce pushed a commit that referenced this pull request Dec 14, 2023
* A while back datasources were added that referenced client code, this
  broke the rpm usage because it pruned the client code in it's build.
  This weirdly caused some specs to work, and some to not which caused it
  to go un-noticed for a bit.
* This change removes the prune line that removed the client code in the
  build process. So the rpms will be slightly larger, but will allow
  specs to work properly again.

Signed-off-by: Ryan Blakley <[email protected]>
(cherry picked from commit fec486a)
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