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(core): fix musl compile error #7995

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(core): fix musl compile error #7995

wants to merge 1 commit into from

Conversation

hardfist
Copy link
Contributor

Summary

musl platform RUSTFLAGS is overritten by napi-rs, which cause rustflags defined in https://github.com/web-infra-dev/rspack/blob/main/.cargo/config.toml#L34 not working
This PR temporarily fix this by patch napi-rs code before napi-rs fix it
related issue: napi-rs/napi-rs#2151

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Sep 26, 2024
Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 7c5f6cd
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66f50a43bf47f2000858d03c

@hardfist hardfist changed the title refactor(core): kick async task first fix(core): fix musl compile error Sep 26, 2024
@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant