Commit 2a413ab
Reconfigure DNS resolution on FreeBSD VMs
We've been experiencing a failure in Julia's Downloads tests on FreeBSD,
reproducible only in our VMs: the request to https://domain.invalid hits
the 30-second timeout set by default in Downloads because it takes a
full 30 seconds for the resolver to report `NXDOMAIN`. I have no idea
why, and I can't even reproduce it in a FreeBSD VM on my local machine.
Absent a real fix, we can apply a band-aid in the meantime: prefer
Google's nameserver in the DNS resolver configuration. In the debugging
VM on amdci6, this allows the Downloads tests to pass succesfully.1 parent 8be096b commit 2a413ab
File tree
2 files changed
+19
-0
lines changed- freebsd-kvm/buildkite-worker
- setup_scripts
2 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments