index.sh: Remove linux64-static override#40
Merged
benweissmann merged 2 commits intobenweissmann:masterfrom Jan 1, 2026
Merged
index.sh: Remove linux64-static override#40benweissmann merged 2 commits intobenweissmann:masterfrom
linux64-static override#40benweissmann merged 2 commits intobenweissmann:masterfrom
Conversation
JoeKar
added a commit
to JoeKar/micro
that referenced
this pull request
Sep 16, 2024
…x 64" It is kept for the next release only to support... https://github.com/benweissmann/getmic.ro/blob/f90870e948afab8be9ec40884050044b59ed5b7c/index.sh#L197-L204 ...and allow a fluent switch via: benweissmann/getmic.ro#40
It can be dropped since micro's binary files will be build fully static. Due to this there is no need for a musl libc check and the override of linux64 with linux64-static.
18c1440 to
c207880
Compare
Contributor
Author
|
|
Contributor
Author
|
@benweissmann |
JoeKar
added a commit
to JoeKar/micro
that referenced
this pull request
Jan 1, 2026
Since benweissmann/getmic.ro#40 was merged there is no need to create this superfluous archive any longer.
JoeKar
added a commit
to micro-editor/micro
that referenced
this pull request
Jan 10, 2026
…#3957) Since benweissmann/getmic.ro#40 was merged there is no need to create this superfluous archive any longer.
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
The linux64-static override can be dropped since micro's binary files will be build fully static in the future (see: micro-editor/micro#3466).
Due to this there is no need for a musl libc check and the override of linux64 with linux64-static.
Unfortunately this will take effect earliest with the upcoming release.
How Has This Been Tested?
Checklist: