user/helix: use env var for musl from https://docs.helix-editor.com/building-from-source.html#3878
Closed
zacharyburnett wants to merge 2 commits into
Closed
user/helix: use env var for musl from https://docs.helix-editor.com/building-from-source.html#3878zacharyburnett wants to merge 2 commits into
zacharyburnett wants to merge 2 commits into
Conversation
4c4ec3f to
7bdecfa
Compare
Contributor
Author
|
oof, the package builds on my machine but |
049be83 to
fbd8b1c
Compare
fbd8b1c to
052c4da
Compare
Member
|
i'm not sure what you are trying to achieve here but this is completely unrelated and irrelevant, all chimera targets are shared crt by default what you are running into is this rust-lang/cc-rs#1407 but that's not something a change in helix build will fix |
Contributor
Author
|
ok, as a workaround in case anyone else finds this, I built |
Member
|
it'll probably fix itself when everything updates their lockfiles to cc-v1.2.17 or newer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
when attempting
hx --grammar build, the following error occurs:The docs say to use the following env var when building:
RUSTFLAGS="-C target-feature=-crt-static"Checklist
Before this pull request is reviewed, certain conditions must be met.
The following must be true for all changes:
The following must be true for template/package changes:
The following must be true for new package submissions: