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 rust-code-analysis-cli with musl #319

Open
Luni-4 opened this issue Nov 2, 2020 · 3 comments · Fixed by #413
Open

Build rust-code-analysis-cli with musl #319

Luni-4 opened this issue Nov 2, 2020 · 3 comments · Fixed by #413
Labels
enhancement New feature or request

Comments

@Luni-4
Copy link
Collaborator

Luni-4 commented Nov 2, 2020

We should release a rust-code-analysis-cli binary that can run on any linux system without dependencies.
This new binary should replace the one currently released through CI

@Luni-4 Luni-4 added the bug Something isn't working label Nov 2, 2020
@marco-c marco-c added enhancement New feature or request and removed bug Something isn't working labels Nov 3, 2020
@Luni-4
Copy link
Collaborator Author

Luni-4 commented Nov 4, 2020

For now it is not possible because this issue is not fixed for C++ binary

@Luni-4
Copy link
Collaborator Author

Luni-4 commented Nov 20, 2020

Removing tree-sitter-html submodule fixed musl compilation.

To build both lib and cli with musl run:

cargo build --workspace --target x86_64-unknown-linux-musl

@Luni-4 Luni-4 closed this as completed Jan 14, 2021
@marco-c marco-c linked a pull request Jan 14, 2021 that will close this issue
@marco-c
Copy link
Collaborator

marco-c commented Apr 8, 2021

Reopening this since #413 has been reverted.

@marco-c marco-c reopened this Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants