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

build: Make build dependency on zip and xz optional #5333

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kdy1
Copy link

@kdy1 kdy1 commented Jan 10, 2025

Description

The build script of wasmer only depends on zip if the feature wamr is enabled and only depends on xz if v8 is enabled. So make the cargo feature follow it. I'm sending this PR because unnecessary dependency on zip => zstd-sys is blocking next.js builds.

See: vercel/next.js#74580
CI Run: https://github.com/vercel/next.js/actions/runs/12702533956/job/35408913334

@kdy1 kdy1 changed the title build: Make build dependency on zip optional build: Make build dependency on zip and xz optional Jan 10, 2025
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.

1 participant