-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build lua from source in test runner #5
Comments
Not worth the effort probably, and would make testing much slower. We have enough project build tests already. |
kripken
pushed a commit
that referenced
this issue
Nov 21, 2017
Closed
tlively
pushed a commit
to tlively/emscripten
that referenced
this issue
Mar 23, 2022
Add support for multiple storage backends
steveisok
pushed a commit
to steveisok/emscripten
that referenced
this issue
Sep 18, 2023
…426.4 (emscripten-core#5) [dotnet/main] Update dependencies from dotnet/arcade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To improve our Lua build, we should build it from source in the test runner. This will allow building with clang, as well as debugging the existing issues we have with Lua.
See test_the_bullet (the bullet test) in tests/runner.py for how we do this for Bullet. The same approach should be done for Lua.
The text was updated successfully, but these errors were encountered: