Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bcc-lua: enable deterministic bytecode generation (#5213)
LuaJIT does not generate bytecode deterministically by default, which makes the build of bcc-lua unreproducible. However, support for deterministic bytecode was added to LuaJIT some time ago. This change enables it for bcc-lua. - https://bugzilla.suse.com/show_bug.cgi?id=1236871 - LuaJIT/LuaJIT#1008 - https://reproducible-builds.org/
- Loading branch information