-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building LuaJIT on Linux (#24498)
* Fix building LuaJIT on Linux * Update version metadata * Fix remaining ci.baseline.txt entries: luajit:arm64-windows: Left as "skip": The problem is that the batch files used to build here want to run a binary they built which fails, but there's no good way to say "I can run the results" in our platform expressions right now luajit:arm64-uwp / luajit:arm-uwp: These are already stopped by the platform expression. luajit:x64-osx: I don't know if this works yet but we should try. * Block osx with a "supports". Co-authored-by: Billy Robert O'Neal III <[email protected]>
- Loading branch information
1 parent
0e11392
commit 47cbed8
Showing
5 changed files
with
69 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "luajit", | ||
"version": "2.0.5", | ||
"port-version": 5, | ||
"port-version": 6, | ||
"description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.", | ||
"homepage": "https://github.com/LuaJIT/LuaJIT", | ||
"supports": "!uwp" | ||
"supports": "!uwp & !osx" | ||
} |
This file contains 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
This file contains 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
This file contains 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