githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.61k stars 153 forks source link

Not detecting changes with Docker running on Windows with Linux containers in WSL #91

Open MattJustMatt opened 11 months ago

MattJustMatt commented 11 months ago

I have a project that's working great on my Mac (in docker with virtiofs). But when the same container is run in WSL no changes are detected automatically. Polling does work.

MattJustMatt commented 9 months ago

Turns out this is because wsl doesn't support inotify (yet...)

For some reason polling is now broken though.

Radheshg04 commented 4 weeks ago

did you find a fix?

githubnemo commented 3 weeks ago

did you find a fix?

I think you might find an answer here