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 link failure by adding zstd-static to the alpine build container. #459

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

smoser
Copy link
Contributor

@smoser smoser commented Apr 21, 2023

Top commit (54b6501b188041019c19dd6d93c66838bae6c165) on alpine zstd tree commit says:

main/zstd: split -static

That broke our build as the new zstd-dev does not contain a libzstd.a.

Thankfully the fix is as easy as adding zstd-static to the list of alpine packages in the container.

Top commit (54b6501b188041019c19dd6d93c66838bae6c165) on alpine
zstd tree commit says:

    main/zstd: split -static

That broke our build as the new zstd-dev does not contain a libzstd.a.

Thankfully the fix is as easy as adding zstd-static to the list of
alpine packages in the container.

Signed-off-by: Scott Moser <smoser@brickies.net>
@smoser smoser force-pushed the fix/alpine-needs-zstd-static branch from ec8fc1e to e15abfe Compare April 21, 2023 17:40
Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

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

lgtm

@rchincha rchincha merged commit e2d4016 into project-stacker:main Apr 21, 2023
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