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(split pipelines): Don't split lib64 libraries #1476

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

EyeCantCU
Copy link
Member

@EyeCantCU EyeCantCU commented Sep 5, 2024

/usr/local/*/lib64 was added to accomodate splitting away libraries used for development. This was incorrect. Now ALL libraries in /usr/local/*/lib64 get split away

This fixes that and removes the behavior. We add usr/ to library paths and that is sufficient for what we need

Broken behavior introduced by me here: #1472

/usr/local/*/lib64 was added to accomodate splitting away libraries used
for development. This was incorrect. Now ALL libraries in
/usr/local/*/lib64 get split away

This fixes that and removes the behavior. We add `usr/` to library paths
and that is sufficient for what we need

Broken behavior introduced by me here: #1472

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
@EyeCantCU EyeCantCU merged commit 10a9185 into main Sep 5, 2024
41 checks passed
@EyeCantCU EyeCantCU deleted the fix-lib64 branch September 5, 2024 01:42
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