Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

dep ensure freezes when running inside a linked directory #1429

Closed
hectorj2f opened this issue Dec 3, 2017 · 1 comment
Closed

dep ensure freezes when running inside a linked directory #1429

hectorj2f opened this issue Dec 3, 2017 · 1 comment

Comments

@hectorj2f
Copy link

How to reproduce it?
1 - Create a soft link directory to a directory with your Gopkg.* files.
2- You have to cd through this linked directory.
3- Run dep ensure

Version of dep:

dep:
 version     : devel
 build date  :
 git hash    :
 go version  : go1.9.2
 go compiler : gc
 platform    : linux/amd64

Content of Gopkg.toml:


[[constraint]]
  name = "github.com/opencontainers/runc"
  version = "v1.0.0-rc4"
@sdboyer
Copy link
Member

sdboyer commented Dec 6, 2017

dep has only minimal support for symlinks - see the FAQ. note that some of what we describe there isn't quite accurate, per #1146.

(closing as dup of that issue)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants