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

chore: bump wasmd and re-enable static linking #213

Merged
merged 14 commits into from
Oct 21, 2024

Conversation

SebastianElvis
Copy link
Member

@SebastianElvis SebastianElvis commented Oct 21, 2024

Resolves #26
Also addresses the GH action warning on Dockerfiles

NOTE: init.Dockerfile still uses dynamic linking because it builds v0.9.3. This can only be fixed in the v2 upgrade, unless we release v0.9.4 with this PR backported (which I don't think it's the case).

@SebastianElvis SebastianElvis marked this pull request as ready for review October 21, 2024 03:13
@SebastianElvis SebastianElvis requested a review from a team as a code owner October 21, 2024 03:13
@SebastianElvis SebastianElvis requested review from gitferry and RafilxTenfen and removed request for a team October 21, 2024 03:13
@SebastianElvis SebastianElvis requested review from KonradStaniec and maurolacy and removed request for gitferry October 21, 2024 03:30

# Label should match your github repo
ARG VERSION
Copy link
Member Author

Choose a reason for hiding this comment

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

NOTE: this line addresses the warning of GH action on Dockerfiles

Copy link
Contributor

@RafilxTenfen RafilxTenfen left a comment

Choose a reason for hiding this comment

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

LGTM

@SebastianElvis SebastianElvis merged commit b1a4b48 into main Oct 21, 2024
20 checks passed
@SebastianElvis SebastianElvis deleted the reenable-static-linking branch October 21, 2024 10:40
Comment on lines +58 to +60
# Install Libraries
# COPY --from=build-env /usr/lib/libgcc_s.so.1 /lib/
# COPY --from=build-env /lib/ld-musl*.so.1* /lib
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: remove commented code.

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.

Re-enable docker build with static linking on alpine
4 participants