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
99f04167e69f73ddcd3f4f747ddaefba9347cc72...3eab27ab659158f6181aab6d9d26cccba720bb91
Commits (3)
pmemkv: Mark with cmake_rpath_contains_build_path.
· 50a0d172
Vagrant Cascadian
authored
Feb 24, 2022
50a0d172
rnp: Mark with cmake_rpath_contains_build_path.
· e9102a9a
Vagrant Cascadian
authored
Feb 24, 2022
e9102a9a
pmdk-convert: Mark with cmake_rpath_contains_build_path.
· 3eab27ab
Vagrant Cascadian
authored
Feb 24, 2022
3eab27ab
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
3eab27ab
...
...
@@ -19731,6 +19731,19 @@ pmacct:
issues:
- gcc_captures_build_path
- records_build_flags
pmdk-convert:
version: 1.7-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
pmemkv:
version: 1.5.0-4
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON, but unable
to verify effect on test suite due to nondeterministic failures.
issues:
- cmake_rpath_contains_build_path
pmix:
version: 3.2.0~rc1-2
comments: |
...
...
@@ -27592,6 +27605,13 @@ rng-tools5:
version: 5-4
issues:
- captures_build_path_via_assert
rnp:
version: 0.15.2-6
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON, but unable
to verify effect on test suite due to nondeterministic failures.
issues:
- cmake_rpath_contains_build_path
robocode:
version: 1.9.2.5-2
issues:
...
...