You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on reproducible builds for openSUSE, I found that
IbaTools/stream/Makefile had a -march=native introduced by commit cb93420
This causes packages built on one machine to differ from packages built on another machine with a different CPU.
See https://reproducible-builds.org/ for why this matters.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for the feedback. Does this mean that you will apply your fix for inclusion in the next distribution(s) of SLES?
We will work this fix into our process and it will be in our next update.
Thank you,
Scott Breyer
I submitted it to Factory which (if accepted) will automatically make it part of SLE16.
I will leave the decision about backports to the maintainer: Nicolas Morey-Chaisemartin
Maybe they will not be needed, because the breaking commit is so young.
note that -march=native can cause problems for users with older CPUs
While working on reproducible builds for openSUSE, I found that
IbaTools/stream/Makefile had a
-march=native
introduced by commit cb93420This causes packages built on one machine to differ from packages built on another machine with a different CPU.
See https://reproducible-builds.org/ for why this matters.
The text was updated successfully, but these errors were encountered: