Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ucm exits with "Killed" on startup on M1 host #5

Open
aryairani opened this issue Oct 12, 2021 · 1 comment
Open

ucm exits with "Killed" on startup on M1 host #5

aryairani opened this issue Oct 12, 2021 · 1 comment

Comments

@aryairani
Copy link

aryairani commented Oct 12, 2021

FROM mcr.microsoft.com/vscode/devcontainers/base:0-focal

MacBook Air (M1, 2020)
macOS 11.6 (20G165)
Visual Studio Code 1.61.0
Docker Desktop 4.1.0 (69386)

stack also exits with "Killed"

vscode ➜ /workspaces/vscode-devcontainer2/unison (trunk) $ uname -a
Linux 09b2799dfc99 5.10.47-linuxkit #1 SMP PREEMPT Sat Jul 3 21:50:16 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
@aryairani
Copy link
Author

Using the arm image

FROM mcr.microsoft.com/vscode/devcontainers/base:dev-hirsute

I understandably end up with

qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

The version of haskell-stack in this distro is 2.3.3 (too low; the current intel version is 2.7.3), and stack won't bootstrap, giving

Unable to find installation URLs for OS key: linux-aarch64-tinfo6

on a stack setup or stack build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant