[WIP] Issue #131 — [feature] add lua support to misc-builder#132
Draft
leftibot wants to merge 1 commit into
Draft
[WIP] Issue #131 — [feature] add lua support to misc-builder#132leftibot wants to merge 1 commit into
leftibot wants to merge 1 commit into
Conversation
Adds Dockerfile.lua and lua/build.sh so misc-builder can produce PUC-Rio Lua tarballs for Compiler Explorer, coordinating with compiler-explorer/compiler-explorer#8696 and compiler-explorer/infra#2117. The build script downloads the released tarball from www.lua.org, builds with the `posix` target (supported across 5.1.5 through 5.5.0, no readline dependency), installs into a staged prefix, and packages the result as lua-<version>.tar.xz containing bin/lua and bin/luac. The new image is also wired into the GitHub Actions build matrix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
partouf
reviewed
May 13, 2026
|
|
||
| # posix is supported by every released Lua version and avoids the readline | ||
| # dependency of the linux target; lua/luac are still fully functional. | ||
| make -j"$(nproc)" posix |
Member
There was a problem hiding this comment.
are we sure this doesn't need a --prefix or something? where does the make install copy its files to?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated attempt by @leftibot. Opening as draft — verification failed.
Reason: no test files were detected in the diff
What changed
Files
Will close #131 once finalized.
Triggered by @lefticus.