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
bf6a955003cad006dbd35db89735901e8865f3ae...253fe34a553fdd7f3c22ffd6ad60a20f5b3d504a
Commits (4)
Add new captures_kernel_variant toolchain issue.
· 185f62e5
Chris Lamb
authored
Feb 16, 2022
185f62e5
Add support for automatically classifying captures_kernel_variant.
· 42b6b150
Chris Lamb
authored
Feb 16, 2022
42b6b150
Tag ulcc with captures_kernel_variant
· 1d1871a8
Chris Lamb
authored
Feb 16, 2022
1d1871a8
Add patch for tree-puzzle
· 253fe34a
Chris Lamb
authored
Feb 16, 2022
253fe34a
Hide whitespace changes
Inline
Side-by-side
bin/auto-classify
View file @
253fe34a
...
...
@@ -172,6 +172,9 @@ def walk_json(elem):
else
:
yield
"captures_build_path"
elif
re
.
search
(
r
"-[^\n]+x86_64"
,
diff
):
yield
"captures_kernel_variant"
if
v
.
startswith
(
"strings "
):
if
"-ffile-prefix-map=/build/"
in
diff
:
...
...
issues.yml
View file @
253fe34a
...
...
@@ -900,6 +900,12 @@ captures_kernel_version:
.
Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
deterministic
:
True
captures_kernel_variant
:
description
:
|
Similar to captures_kernel_version, but specifically refers to capturing
x86_64 vs i686. This can (currently) happen when testing the i386
architecture as we use a 64-bit kernel with a 32-bit Debian userland.
deterministic
:
True
timestamps_in_cmake
:
description
:
|
Timestamps generated by cmake TIMESTAMP function respect
...
...
packages.yml
View file @
253fe34a
...
...
@@ -30733,6 +30733,10 @@ traverso:
version: 0.49.4-2
issues:
- gcc_captures_build_path
tree-puzzle:
version: 5.3~rc16+dfsg-8
bugs:
- 1005901
treepy-el:
version: 0.1.2-1
issues:
...
...
@@ -31063,6 +31067,10 @@ ulatencyd:
version: 0.5.0-9
issues:
- gcc_captures_build_path
ulcc:
version: 1.0.2-2
issues:
- captures_kernel_variant
umbrello:
version: 4:16.04.2-1
issues:
...
...