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

Add recipe for bundled tarball including static libraries #102

Merged
merged 6 commits into from
Sep 23, 2021

Conversation

straight-shoota
Copy link
Member

Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

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

Just one little question, the rest is good to 🚀

linux/test.sh Show resolved Hide resolved

ENV CFLAGS="-fPIC -pipe ${release:+-O2}"

ARG libpcre_version
Copy link
Member

Choose a reason for hiding this comment

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

Out of consistency with the rest of the file, I'll put this line below the FROM debian AS libpcre (feel free to ignore)

Copy link
Member Author

Choose a reason for hiding this comment

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

This arg is also needed for the final stage, hence it's put here because all of the following stages derive from the base one.

Copy link
Member Author

Choose a reason for hiding this comment

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

It seems this was actually incorrect. But it worked. Now it doesn't 🤷
The ARG instructions need to be moved into each stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shipping libevent.a and libpcre.a with the linux binary packages
2 participants