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
10e06d5597dd7fb1db7cb32458c1b398b7449c0c...4dd52f4e0f359bba44a59cce6518ec153cbb2de6
Commits (2)
Add captures_build_path_in_golang_compiler toolchain issue.
· 1add3ba8
Chris Lamb
authored
Jan 14, 2020
1add3ba8
Tag badger with captures_build_path_in_golang_compiler
· 4dd52f4e
Chris Lamb
authored
Jan 14, 2020
4dd52f4e
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
4dd52f4e
...
...
@@ -938,6 +938,9 @@ collation_order_varies_by_locale:
order produced by invocations like ls *. This can usually be
fixed with LC_COLLATE=C.UTF-8 or LC_COLLATE=C.
deterministic
:
True
captures_build_path_in_golang_compiler
:
description
:
|
Possibly when embedding third party libraries?
random_build_path_by_golang_compiler
:
description
:
|
The golang compiler embeds paths with a random component into object files.
...
...
packages.yml
View file @
4dd52f4e
...
...
@@ -1200,6 +1200,10 @@ bacula-doc:
- fonts_in_pdf_files
- pdf_created_by_ghostscript
- captures_users_gecos
badger:
version: 2.0.0-2
issues:
- captures_build_path_in_golang_compiler
bagel:
version: 0.0~git20170109-1
bugs:
...
...