openkal-llvm-runtime 0.3.1: it names the C library that answers openkal-linux#13 - #272
Merged
Merged
Conversation
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.
Follows #271, which carried
openkal-musl0.6.0.Nothing in this package changes.
0.3.0→0.3.1records which C library aconsumer resolving that version is handed, and the reason is this package's
business directly: libc++abi's terminate handler ends in
abort, and untilopenkal-musl 0.6.0
abortdid not end the program — musl'sraiseistkill,the port had no case for it, so
abortfell through toa_crash()and everyuncaught C++ exception over this runtime reported a segmentation fault.
Verification
Five jobs green on
main, including the bare-metalcfg(os = "none")configuration — the only place that compiles the C library with
OKM_HAS_FS=0andOKM_HAS_PROCESS=0.The pair was validated together before either was released:
tools/branch-graph.shprefers a branch of the same name in each repository,and openkal-musl had one, so the run built that pull request's working tree
rather than a version that was not yet here.
openkal-musl0.6.0, resolved from this index in a sandbox holding none ofthese packages, builds a program and answers all three:
mcpplibs/sbase— 97 suckless tools above this C library, sourcesunmodified — green against openkal-musl
main.The digest is of the archive GitHub serves; the CN asset is that same file,
downloaded from the mirror and compared:
8782c19e…both ways, 15613758 bytes.