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

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

kdy1
Copy link
Contributor

@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
@syrusakbary
Copy link
Member

Got it, sounds good 👍

@syrusakbary syrusakbary marked this pull request as ready for review January 10, 2025 14:08
@syrusakbary syrusakbary self-requested a review as a code owner January 10, 2025 14:08
@syrusakbary syrusakbary merged commit e4e7a2b into wasmerio:main Jan 10, 2025
70 of 72 checks passed
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.

2 participants