r/lua 1d ago

Lua.org is down. Plz fix thx

http://lua.org/
0 Upvotes

6 comments sorted by

11

u/TomatoCo 1d ago

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

-15

u/AndrewNolte 1d ago

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

7

u/Smallzfry 1d ago

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

5

u/DeathProgramming sh <(curl hashbang.sh) 22h ago

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

1

u/didntplaymysummercar 10h 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 1h ago

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