Skip to content

fix: use host resolution to check internet - #870

Open
doorgan wants to merge 1 commit into
mainfrom
doorgan/windows-nightly-fix
Open

fix: use host resolution to check internet#870
doorgan wants to merge 1 commit into
mainfrom
doorgan/windows-nightly-fix

Conversation

@doorgan

@doorgan doorgan commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Using a direct DNS query causes false negatives in windows

Should fix #861, what I reproduced from that issue on my windows machine is that the connectivity check would incorrectly fail and mix local.hex would be skipped, causing mix loadpaths to hang.

This does not happen in stable because it doesn't include the changes to further isolate the mix homes for the engine build and the project builds, and because we no longer try to always force install hex/rebar

Using a direc DNS query causes false negatives in windows
@doorgan
doorgan marked this pull request as ready for review September 1, 2026 16:36
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

Successfully merging this pull request may close these issues.

Nightly hangs at "Building <project>: mix loadconfig" on Windows

1 participant