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

ci: linux-musl build failed #8743

Merged
merged 2 commits into from
Dec 17, 2024
Merged

ci: linux-musl build failed #8743

merged 2 commits into from
Dec 17, 2024

Conversation

jerrykingxyz
Copy link
Contributor

@jerrykingxyz jerrykingxyz commented Dec 17, 2024

Context

linux-musl will build failed when release nightly.

https://github.com/web-infra-dev/rspack/actions/runs/12343546612/job/34444800048

Summary

This bug is caused by enable static linking for clang-sys, which swc depends on.
https://github.com/wasmerio/wasmer/blob/main/lib/api/Cargo.toml#L172

Install llvm19-dev and clang19-static will provide the environment to static build.

Checklist

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

@github-actions github-actions bot added release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack. labels Dec 17, 2024
Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 0bae8e5
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/676122a716c457000856af87

@h-a-n-a h-a-n-a changed the title fix: linux-musl build failed ci: linux-musl build failed Dec 17, 2024
@h-a-n-a h-a-n-a enabled auto-merge (squash) December 17, 2024 07:07
@github-actions github-actions bot removed the release: bug fix release: bug related release(mr only) label Dec 17, 2024
@h-a-n-a h-a-n-a merged commit fbe97be into main Dec 17, 2024
33 checks passed
@h-a-n-a h-a-n-a deleted the jerry/fix branch December 17, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants