Commit d9d98b4
Skip DNS host fix on ROCm runners (pytorch#100861)
The quick fix in pytorch#100507 is only needed on Linux runners, not ROCm as the latter doesn't have the corresponding step in [setup-linux](pytorch#100436). ROCm runners use `setup-rocm` action instead, and it doesn't seem to have any issue with DNS, so there is no need to add the quick fix to ROCm.
This is currently breaking ROCm binary test job in trunk, for example https://github.com/pytorch/pytorch/actions/runs/4905878029/jobs/8761271482.
Pull Request resolved: pytorch#100861
Approved by: https://github.com/ZainRizvi, https://github.com/jithunnair-amd1 parent aaa1323 commit d9d98b4
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments