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: add wasmtime install script and hook it on CI #3056

Closed
wants to merge 4 commits into from

Conversation

kostasrim
Copy link
Contributor

@kostasrim kostasrim commented May 17, 2024

  • add tools/install_wasmtime.sh script
  • install wasmtime on CI

@kostasrim kostasrim self-assigned this May 17, 2024
@kostasrim
Copy link
Contributor Author

So we need a couple of more things here and I will pause this as there are other priorities atm.

  1. There was an issue compiling search_family_test which caused the linker to complain on zstd lib. Reordering the linking order fixed it (this is already done here)
  2. There is an issue with alpine builds because they removed the lfs64 (large file support) variant and the linker will fail to recognize them so the CI will fail (TODO)
  3. Extend install script to include arm such that we can use it in our reg tests (TODO)

@dranikpg
Copy link
Contributor

Not sure, we fetch 3rd party libraries from bundled releases with cmake. We can do the same here

@kostasrim kostasrim closed this May 24, 2024
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.

None yet

2 participants