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
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
On OSX 10.15.3 I have just installed sail and after attempting to run sail run cdr/sail I get this:
2020-03-20 15:57:51 ERROR failed to wait for project to be online: container cdr_sail not running
+ cd /home/user/go/src/go.coder.com/sail
+ sudo chown user:user /home/user/.vscode
+ code-server --host 0.0.0.0 --port 8443 --data-dir /home/user/.config/Code --extensions-dir /home/user/.vscode/host-extensions --extra-extensions-dir /home/user/.vscode/extensions --allow-http --no-auth
+ tee /tmp/code-server.log
/lib/ld-linux-aarch64.so.1: No such file or directory
2020-03-20 15:57:52 ERROR build run failed: container cdr_sail not running
The text was updated successfully, but these errors were encountered:
I ran into a similar issue #270 and I think this may be caused by the code-server dependency which just moved to a new major version 3.0. I tried building and running the latest version of sail, but it still doesn't work. This looks like a promising project, but the lack of backwards compatibility, testing and responsiveness to this is concerning...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On OSX 10.15.3 I have just installed sail and after attempting to run
sail run cdr/sail
I get this:The text was updated successfully, but these errors were encountered: