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
wrkpackage does not build reproducibly.I found that the problem comes from the step where luajit produces
bytecode.cfromwrk.luabecause the ordering of hash-table elements is non-deterministic.The text was updated successfully, but these errors were encountered: