Replies: 2 comments
-
|
chezmoi's released Android builds are for arm64 only. The linux/amd64 builds are unlikely to work. You'll need to build your own chezmoi binary for android/amd64. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OK, thanks. But using the official android/arm build the prompts should all work? Has anyone been able to verify this on an emulator or an actual device? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone been able to get prompts like
promptBoolto work on android? When ever I run chezmoi init the prompt will print and then it immediately crashes withSIGSYS: bad system call. It seems to be related to bubbletea and cancelreader calling epoll_pwait2. I assume this is an upstream issue but I wanted to see if there was a simple workaround. I'm testing this on Android x86_64 emulator (API 35, kernel 6.6.30-android15) in Termux. Maybe an actual arm Android works better? Thanks.Beta Was this translation helpful? Give feedback.
All reactions