daanx / mimalloc-bench

Suite for benchmarking malloc implementations.
MIT License
375 stars 55 forks source link

Fix missing readline dependency by bumping Lua #212

Closed jorisgeer closed 6 days ago

jorisgeer commented 1 week ago

CI build on Alpine and Fedora failed because lua includes a missing readline.h. Newer Lua versions have this dependency optional.