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
fb0767e85726936a7e5da20a45a19ea8a192d9ae...3479526701215db6fe903ec7d3772c491c23d0ba
Commits (2)
Add new variations_from_march_native issue
· 89029ae8
Bernhard M. Wiedemann
authored
Jul 10, 2018
89029ae8
Merge branch 'master' into 'master'
· 34795267
Mattia Rizzolo
authored
Jul 11, 2018
Add new variations_from_march_native issue See merge request
!2
34795267
Hide whitespace changes
Inline
Side-by-side
issues.yml
View file @
34795267
...
...
@@ -1827,6 +1827,13 @@ member_search_index_json:
description
:
|
openjdk creates member-search-index.json files in zip files that appear to
use the current time?
variations_from_march_native
:
description
:
|
when packages invoke gcc or g++ with -march=native or -mcpu=native or
-mtune=native, the resulting binaries will vary depending on the build
system's CPU type. When such binaries are built on newer CPUs, they can
cause segfaults when run on older CPUs due to invalid opcode.
See also https://bugzilla.opensuse.org/show_bug.cgi?id=1100677
doxygen_fails_to_create_all_links_in_example_code
:
description
:
|
doxygen-generated documentation *might* miss a few links to documented
...
...