reproducible-build-2 fails if debuginfo-level
> 0
#66568
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-reproducibility
Area: Reproducible / deterministic builds
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
On my Mac OS X system, trying to run the full compiler test suite for a build with
debug = true
in the config.toml fails due to something with the run-make-fulldeps/reproducible-build-2 test.Update: more runs without altering
debug
setting and instead doingdebuginfo-level=2
(which is implied bydebug=true
) ordebuginfo-level=1
also have the same effect. So I assume that is root cause here.Here is the output I am currently seeing there:
It is possible that this is related to #47086
The text was updated successfully, but these errors were encountered: