mcpp 2026.9.26.1 as the measured client, and the graph's own Linux targets in the openkal measurement - #469
Merged
Merged
Conversation
…rgets in the openkal measurement Pins move, with no registration in this change (openkal-musl 0.19.2 and openkal-llvm-runtime 0.15.2 were registered in #467 and #468 and resolved from the published index before anything here named them): - validate.yml and openkal-compat.yml install mcpp 2026.9.26.1, and index.toml's latest_mcpp names it. min_mcpp does not move: the release changes no descriptor grammar. - tests/openkal/pins.toml: runtime 0.15.2 (which pins openkal-musl 0.19.2 exactly), mcpp 2026.9.26.1, and two targets, x86_64-linux-musl and aarch64-linux-musl. From mcpp 2026.9.26.1 a link over the graph's C library searches no host library directory (mcpp-community/mcpp#696); before it, a member's `-lm` on x86_64-linux-musl linked the host's glibc objects without a diagnostic. Neither target was measured here, which is why neither showed. - compat.py: a Linux image of the host's own architecture runs without a runner (`host_executes`), so x86_64-linux-musl is measured as run rather than `--no-run`; aarch64-linux-musl runs under qemu-aarch64, which the workflow now installs. Three selftest cases state the rule. - compat.libaio, compat.libdrm and compat.libinput: the comments that blamed `c_standard = "gnu11"` itself now name the defect (a dependency's own C standard was dropped up to mcpp 2026.9.25.1, mcpp-community/mcpp#695) and keep the `-D` spellings, which work under every engine this index admits.
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.
Pins move, with no registration in this change (openkal-musl 0.19.2 and
openkal-llvm-runtime 0.15.2 were registered in #467 and #468 and resolved from
the published index before anything here named them):
index.toml's latest_mcpp names it. min_mcpp does not move: the release
changes no descriptor grammar.
exactly), mcpp 2026.9.26.1, and two targets, x86_64-linux-musl and
aarch64-linux-musl. From mcpp 2026.9.26.1 a link over the graph's C library
searches no host library directory (Links over a graph-supplied C library still search the host's /usr/lib: -lm breaks aarch64-linux-musl and can link glibc code into x86_64-linux-musl mcpp-community/mcpp#696); before it, a
member's
-lmon x86_64-linux-musl linked the host's glibc objects withouta diagnostic. Neither target was measured here, which is why neither showed.
runner (
host_executes), so x86_64-linux-musl is measured as run ratherthan
--no-run; aarch64-linux-musl runs under qemu-aarch64, which theworkflow now installs. Three selftest cases state the rule.
c_standard = "gnu11"itself now name the defect (a dependency's own Cstandard was dropped up to mcpp 2026.9.25.1, c_standard on a dependency is accepted and ignored: its C units are compiled at the root package's standard mcpp-community/mcpp#695) and
keep the
-Dspellings, which work under every engine this index admits.