Skip to content

Commit ff14892

Browse files
authored
Merge pull request #6043 from oomichi/add-dep-memo
Add TIP of dep for installing hg command
2 parents 04afc94 + 10378ad commit ff14892

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/dep.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ hack/update-bazel.sh
2424
```
2525

2626
To prune unneeded deps, and then update all the bazel files that `dep` blows away.
27+
28+
## Tips
29+
30+
If `dep ensure` doesn't come back and freezes, please make sure `hg` command is
31+
installed on your environment. `dep ensure` requires `hg` command for getting
32+
bitbucket.org/ww/goautoneg , but `dep ensure` doesn't output such error message
33+
and just freezes. [reference](https://github.com/kubernetes/test-infra/issues/5987)

0 commit comments

Comments
 (0)