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
989537010db687025a81c272f2bf1fd9c78b4dfb...055b1fe0cf1f21667ede01728fca04e46e302938
Commits (2)
qt6-webview: Mark with cmake_rpath_contains_build_path.
· 1162ad7b
Vagrant Cascadian
authored
Feb 24, 2022
1162ad7b
nng: Mark with cmake_rpath_contains_build_path.
· 055b1fe0
Vagrant Cascadian
authored
Feb 24, 2022
055b1fe0
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
055b1fe0
...
...
@@ -16611,6 +16611,13 @@ nmapsi4:
version: 0.3.1-1
issues:
- gcc_captures_build_path
nng:
version: 1.5.2-1
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
no-littering-el:
version: 1.1.2-1
issues:
...
...
@@ -21943,6 +21950,12 @@ qt6-websockets:
version: 6.2.2-3
issues:
- timestamps_in_source_generated_by_rcc
qt6-webview:
version: 6.2.2-3
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
qtbase-opensource-src:
version: 5.3.2+dfsg-5
issues:
...
...