debian - Clear an environment variable passed through pdebuild -


I'm using pdebuild to test my package on older versions of Ubuntu Although an environment variable, GOROOT is leaked through construction from my environment.

  debian / tmp / usr / lib / gocode / src / code.brandscreen.net /cortex/go/util/http.go summary: In the package "io" can not be found Is / home / mjoiner / src / go / src / pkg / IO (from $ GOROOT) / tmp / buildd / golang -brandscreen-0.0 / debian / tmp / usr / lib / gocode / src / io (from $ GOPATH) / Usr / lib / gocode / src / io   

How do I clear it (and other environment variables) pdebuild

or

  GOROOT   

has ~ / .builderrc effect?

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -