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

Commit

Permalink
Don’t run importers during solve yet
Browse files Browse the repository at this point in the history
* Ignore glide's test case for importing during solve
  • Loading branch information
carolynvs committed Jun 2, 2017
1 parent 892a157 commit 373556d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cmd/dep/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ func (cmd *initCommand) Run(ctx *dep.Ctx, args []string) error {
return err
}

rootAnalyzer.skipTools = true // Don't import external config during solve for now

params := gps.SolveParameters{
RootDir: root,
RootPackageTree: pkgT,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 373556d

Please sign in to comment.