Add resolver = 2 to fix Windows build error on Travis CI (#24196)
This commit is contained in:
@ -86,3 +86,6 @@ members = [
|
|||||||
exclude = [
|
exclude = [
|
||||||
"programs/bpf",
|
"programs/bpf",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# This prevents a Travis CI error when building for Windows.
|
||||||
|
resolver = "2"
|
||||||
|
Reference in New Issue
Block a user