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
our wrk package does not build reproducibly.
I found that the problem comes from the step where luajit produces bytecode.c from wrk.lua because the ordering of hash-table elements is non-deterministic.
While working on reproducible builds for openSUSE, I found that
our
wrk
package does not build reproducibly.I found that the problem comes from the step where luajit produces
bytecode.c
fromwrk.lua
because the ordering of hash-table elements is non-deterministic.The text was updated successfully, but these errors were encountered: