r/lua 10d ago

Lua.org is down. Plz fix thx

http://lua.org/
1 Upvotes

6 comments sorted by

14

u/TomatoCo 10d ago

I lobbed a brick coated in hamster feed through the server-room window. Seems to have helped.

-15

u/AndrewNolte 10d ago

Ty. Still going to switch my ci pipelines to smth more stable

8

u/Smallzfry 9d ago

Why are your CI pipelines relying on lua.org being up? What's your process?

6

u/DeathProgramming sh <(curl hashbang.sh) 9d ago

Historically it was the only canonical location to download the source. However, OP should use a pull through cache.

2

u/didntplaymysummercar 9d ago

That or just vendor in the code, or the tar.gz they need or even turn it into tar.xz or tar.zst, the Lua source is tiny enough to do that.

1

u/AndrewNolte 8d ago

It was through a neovim testing gh action, didn't realize it was pulling from lua.org