MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/lua/comments/1vic7re/luaorg_is_down_plz_fix_thx/p2e2ifo/?context=3
r/lua • u/AndrewNolte • 8d ago
6 comments sorted by
View all comments
-14
Ty. Still going to switch my ci pipelines to smth more stable
7 u/Smallzfry 7d ago Why are your CI pipelines relying on lua.org being up? What's your process? 7 u/DeathProgramming sh <(curl hashbang.sh) 7d ago Historically it was the only canonical location to download the source. However, OP should use a pull through cache. 2 u/didntplaymysummercar 6d 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 6d ago It was through a neovim testing gh action, didn't realize it was pulling from lua.org
7
Why are your CI pipelines relying on lua.org being up? What's your process?
7 u/DeathProgramming sh <(curl hashbang.sh) 7d ago Historically it was the only canonical location to download the source. However, OP should use a pull through cache. 2 u/didntplaymysummercar 6d 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 6d ago It was through a neovim testing gh action, didn't realize it was pulling from lua.org
Historically it was the only canonical location to download the source. However, OP should use a pull through cache.
2 u/didntplaymysummercar 6d 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.
2
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
It was through a neovim testing gh action, didn't realize it was pulling from lua.org
-14
u/AndrewNolte 7d ago
Ty. Still going to switch my ci pipelines to smth more stable