-
Notifications
You must be signed in to change notification settings - Fork 64
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
Got Errno::ENOSYS with docker linux/amd64 on arm64 m1 mac with Rails #107
Comments
I'm not sure about minimal reproduce. Could you give me a hand? |
Docker Desktop's documentation for their Apple Silicon support says:
(emphasis added) Sounds like it isn't expected to work, unfortunately. |
`ActiveSupport::EventedFileUpdateChecker` introduces a dependency on the Listen gem. The Listen gem brings in `https://github.com/guard/rb-inotify/` and that gem fails on M1 guard/rb-inotify#107 This may be solveable by declaring something in docker. but I haven't figured that out.
+1. Multiple folks on my team are impacted by this. Is there an alternative filesystem change API that can be used? @sanemat you said:
does that mean with this configuration, it works for you? |
Using a file system checker that calls |
@djones and anyone else who might have this issue I came across this problem when upgrading to Rails 6 with Docker and @sanemat solution of updating the file_watcher API to use |
I got error below with linux/amd64 container on arm64 m1 mac
with
then
OK pattern, without listen gem
with
then
environments:
repo reproduced:
The text was updated successfully, but these errors were encountered: