Mike Holly
Mike Holly
Thanks @tristan625. Have you tried using the `--shell-out-anywhere` feature flag?
> I'm pretty worried that the output of Earthly might be affected by these changes in some non-obvious way, since it's really hard to test for these things automatically. I...
We may be able to use `--points-at` instead of the current command. It seems to be much faster. We'll just have to confirm that we get the same results. This...
Excellent. Will do.
gist.io hasn't been working in a while. Is this project abandoned? I really want to use the tool.
Temporary workaround: `EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY=true`
We were able to get this experiment working on Windows: 1. Run `python -m http.server 8000` 1. Run `docker run --rm --publish 127.0.0.1:44882:44882/tcp --pull missing alpine/socat:1.7.4.4 tcp-listen:44882,fork,reuseaddr tcp:host.docker.internal:8000` 1. Curl...
Fix: https://github.com/earthly/earthly/pull/3772
Note: I ran the repro case for [ issue #2957](https://github.com/earthly/earthly/issues/2957) and did not encounter the error. ``` date > my-file; earthly-dev +foo & earthly-dev +foo ```
@alexcb Cool. Thanks for doing that. I've also been running our Core tests against this branch with no apparent issues. https://github.com/earthly/earthly/actions/runs/7024593005?pr=3505