Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
0dd22652fdec0127ad125e25342d74eb13fa6329...76cbf27957268e96d24800da54987d2baceb3c53
Commits (3)
Add new usr_lib_debug_dotdwz_dir_inherits_build_user toolchain issue.
· c3feb10e
Chris Lamb
authored
Oct 17, 2022
c3feb10e
Add support for automatically classifying usr_lib_debug_dotdwz_dir_inherits_build_user.
· 6ee5729f
Chris Lamb
authored
Oct 17, 2022
6ee5729f
Tag reproject with usr_lib_debug_dotdwz_dir_inherits_build_user
· 76cbf279
Chris Lamb
authored
Oct 17, 2022
76cbf279
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
76cbf279
...
...
@@ -177,6 +177,9 @@ def walk_json(elem):
if
"__pyx_"
in
diff
:
yield
"random_hashes_in_cython_output"
if
v
==
"file list"
and
re
.
search
(
r
"-drwxr-xr-x 0 pbuilder1.*/usr/lib/debug/.dwz/"
,
diff
):
yield
"usr_lib_debug_dotdwz_dir_inherits_build_user"
if
v
.
startswith
(
"objdump "
):
if
re
.
search
(
r
"-/build/1st/[^\n]+/\w+\.(c|h|cpp)]:\d+\n"
,
diff
):
...
...
issues.yml
View file @
76cbf279
...
...
@@ -2445,3 +2445,7 @@ haskell_abi_hash_differences:
the interface/abi hash in .hi files differs between builds. Curiously, the
order of these fields appears to differ too, but that might be downstream
of the former issue.
usr_lib_debug_dotdwz_dir_inherits_build_user
:
description
:
|
/usr/lib/debug/.dwz/i386-linux-gnu/ inherits the build user from the
surrounding environment. Unknown source.
packages.yml
View file @
76cbf279
...
...
@@ -29628,6 +29628,10 @@ reposurgeon:
version: 3.45-1
issues:
- golang_compiler_captures_build_path_in_binary
reproject:
version: 0.9-3
issues:
- usr_lib_debug_dotdwz_dir_inherits_build_user
resample:
version: 1.8.1-1
issues:
...
...