We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the package is not reproducible even with the SOURCE_DATE_EPOCH environment variable set.
The problem is setting the date explicitly: https://github.com/lsegal/yard/blob/main/yard.gemspec#L14. This shouldn't be done (see: rubygems/rubygems#1232 (comment)).
diff -r /gnu/store/djj5g26545667gyaw8n2zx3c4grxjbsw-ruby-yard-with-tests-0.9.25/lib/ruby/vendor_ruby/specifications/yard-0.9.25.gemspec /gnu/store/djj5g26545667gyaw8n2zx3c4grxjbsw-ruby-yard-with-tests-0.9.25-check/lib/ruby/vendor_ruby/specifications/yard-0.9.25.gemspec 12c12 < s.date = "2020-07-15" --- > s.date = "2020-07-17"
diff -r /gnu/store/djj5g26545667gyaw8n2zx3c4grxjbsw-ruby-yard-with-tests-0.9.25/lib/ruby/vendor_ruby/specifications/yard-0.9.25.gemspec /gnu/store/djj5g26545667gyaw8n2zx3c4grxjbsw-ruby-yard-with-tests-0.9.25-check/lib/ruby/vendor_ruby/specifications/yard-0.9.25.gemspec 12c12
(shouldn't be any difference)
GNU Guix Ruby 2.6.5 YARD 0.9.25
I have read the Contributing Guide.
The text was updated successfully, but these errors were encountered:
Remove date from gemspec
fd7bfcc
Rubygems will automatically set this for us. Closes lsegal#1343
Tag release v0.9.26
d202e9d
References: #1328, #1331, #1339, #1343, #1344, #1345, #1346, #1347, #1363, #1364
Successfully merging a pull request may close this issue.
Building the package is not reproducible even with the SOURCE_DATE_EPOCH environment variable set.
The problem is setting the date explicitly: https://github.com/lsegal/yard/blob/main/yard.gemspec#L14.
This shouldn't be done (see: rubygems/rubygems#1232 (comment)).
Steps to reproduce
Actual Output
Expected Output
(shouldn't be any difference)
Environment details:
GNU Guix
Ruby 2.6.5
YARD 0.9.25
I have read the Contributing Guide.
The text was updated successfully, but these errors were encountered: