heads
heads copied to clipboard
x230-nkstorecli reproducibility
Follow-up for #817
- the
libstdc++.abuilt by themusl-crossmodule is not reproducible, leads tonkstoreclialso being not reproducible - first analysis shows that
libstdc++.ais always of the same size and contents, but the contents (symbols) differ in their ordering - naive approach using
arfailed - further investigations needed, once
libstdc++is reproducible,nkstoreclialso should be
@jans23 Ping
I did some naive searching and found this quote:
A mere ar x && ar r *.o made the build deterministic.
Does this help?
I did some naive searching and found this quote:
A mere ar x && ar r *.o made the build deterministic.
Does this help?
As stated above:
naive approach using ar failed
so, nope.
But @tlaurion is libstdc++.a reproducible as of now on the master, this is the first issue to fix, or are you seeing this as part of this issue?