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 make install-capi-lib #3448

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

svenstaro
Copy link
Contributor

@svenstaro svenstaro commented Dec 30, 2022

Description

Fixes #3445. The sed command was more complicated than it needed to be and it looked for the wrong character. I'm not sure why it broke, maybe cargo changed the output slightly?

Review

  • Add a short description of the change to the CHANGELOG.md file

@NickCao
Copy link

NickCao commented Dec 30, 2022

I think #3380 is a better solution, without resorting to regex.

@svenstaro
Copy link
Contributor Author

I agree but it needs jq installed which is an unexpected dependency that I didn't want to introduce. I thought fixing the current solution would make it easier for upstream to accept the contribution until something better would come along. However, I'm happy to view my PR as deprecated compared to yours.

Copy link

stale bot commented Jan 2, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale Inactive issues or PR label Jan 2, 2024
@svenstaro
Copy link
Contributor Author

Can we merge this or the solution by @NickCao? Currently it's still broken.

@stale stale bot removed the 🏚 stale Inactive issues or PR label Jan 2, 2024
@syrusakbary syrusakbary enabled auto-merge January 9, 2024 09:41
@syrusakbary
Copy link
Member

Merging this once all tests pass @svenstaro

@syrusakbary syrusakbary merged commit b7fe775 into wasmerio:master Jan 9, 2024
52 checks passed
@svenstaro svenstaro deleted the fix-install-capi-lib branch January 9, 2024 13:02
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.

Shared library doesn't have correct path
3 participants