You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently my docker builds started failing while installing lenv. Seems that the link to download luajit is broken
download http://luajit.org/download.html
+ /usr/bin/curl -L --compressed http://luajit.org/download.html
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to luajit.org port 80: Connection refused
No such file or directory at /root/.lenv/bin/lenv line 79.
The command '/bin/sh -c . ~/.lenvrc && lenv fetch && lenv install 5.3.4 && lenv use 5.3.4' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
Recently my docker builds started failing while installing lenv. Seems that the link to download luajit is broken
The text was updated successfully, but these errors were encountered: