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
890b8b3ca33b9dfb1707c78605481b378dd17896...a6c418ebc5eb1f485c565afe3428a62f058c084b
Commits (3)
Add new build_path_in_line_annotations_added_by_ruby_ragel toolchani issue.
· f62c135d
Chris Lamb
authored
Apr 10, 2023
f62c135d
Tag ruby-regexp-parser with build_path_in_line_annotations_added_by_ruby_ragel
· 9127ca06
Chris Lamb
authored
Apr 10, 2023
9127ca06
Add a workaround of sorts.
· a6c418eb
Chris Lamb
authored
Apr 10, 2023
a6c418eb
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
a6c418eb
...
...
@@ -2465,3 +2465,10 @@ manpages_generated_by_node_marked_man_vary_on_build_timezone:
Occurs if SOURCE_DATE_EPOCH is +/- 12 hours of month changeing over (and
build timezones are deliberately extreme)
bugs
:
https://bugs.debian.org/1030724
build_path_in_line_annotations_added_by_ruby_ragel
:
description
:
|
ragel is a library to compile finite state machines into code, similar to
Bison/YACC etc. It can add line annotations that use the absolute build
path.
.
This can be disabled by appending the `-L` flag when calling ragel.
packages.yml
View file @
a6c418eb
...
...
@@ -30913,6 +30913,10 @@ ruby-redcloth:
version: 4.2.9-5
issues:
- gcc_captures_build_path
ruby-regexp-parser:
version: 2.6.1-1
issues:
- build_path_in_line_annotations_added_by_ruby_ragel
ruby-regexp-property-values:
version: 0.3.4-1
issues:
...
...