Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 290 Bytes

Assuming bazel is actually bazelisk:

Run bazel build :luajit and note that it fails.

Change .bazelversion to read 6.5.0 and try again. It works.

Dig into the build logs when running with 7.4.1 and find that inside of LuaJIT, make -C src causes make to segfault. No idea why.