register openkal-musl 0.15.0 + openkal-llvm-runtime 0.11.0 - #441
Merged
Merged
Conversation
The c-environment wave's two packages are now released on the
gitcode mirror with the right tag format (no v prefix) and the
asset filename the descriptor convention expects:
- mcpp-res/openkal-musl@0.15.0
openkal-musl-0.15.0.tar.gz sha256 75803192...
- mcpp-res/openkal-llvm-runtime@0.11.0
openkal-llvm-runtime-0.11.0.tar.gz sha256 2e26674d...
The descriptors' comment block said 'pending, not listed' --- this
commit replaces the 'pending' with the actual entry, under both
linux and windows xpm blocks (openkal-musl ships Windows headers
generated from the new [c-abi] declaration; openkal-llvm-runtime
only ships linux + windows artefacts).
Co-Authored-By: Claude Code <noreply@anthropic.com>
Sunrisepeak
added a commit
that referenced
this pull request
Sep 20, 2026
…time (#444) tests/openkal/pins.toml moved `runtime` from 0.10.0 to 0.12.0. Below that version no package the pin resolves declares a `[c-abi]` block, so mcpp realises nothing for the target side and the Windows leg compiles as x86_64-w64-windows-gnu with `_WIN32` defined --- the condition every `#ifdef _WIN32` branch in the measured members selects on. Every Windows result recorded under 0.10.0 therefore measures the behaviour the declaration exists to replace rather than the declaration. The descriptors for both packages were already registered (#441, #442) and their two mirrors compared byte for byte before this move: openkal-musl 0.16.0 and openkal-llvm-runtime 0.12.0 each answer the same sha256 from the GitHub archive and the GitCode asset. Co-authored-by: Claude Code <noreply@anthropic.com>
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.
The c-environment wave's two packages are now released on the gitcode mirror with the right tag format and asset name. This PR replaces the 'pending, not listed' comment blocks in
pkgs/o/openkal-musl.luaandpkgs/o/openkal-llvm-runtime.luawith the actual entries:openkal-musl@0.15.0(linux + windows xpm blocks) sha25675803192a09a46d532300a2b49c5b7b3d12473a2247870585a655630881c4dd5openkal-llvm-runtime@0.11.0(linux + windows xpm blocks) sha2562e26674d6698aa3c9cbc648fb4b692473e39e339fb52400a153b8a35c8208bf4URLs match the descriptor convention (no
vprefix in the tag path), soxlings install openkal-musl@0.15.0will resolve. The 30-member re-measurement on main (openkal-compatworkflow) was already triggered at 09:32 UTC and is running with these descriptors in place.