Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: go/bootstrap.py

Issue 1364983002: Add CIPD binary installation to DEPS runhooks. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Use "cipd_package_root/" instead of "bin/", better class grouping. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« .gitignore ('K') | « data/cacert.pem ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/bootstrap.py
diff --git a/go/bootstrap.py b/go/bootstrap.py
index 1d59b972c9c77c5ec7007ef6773659cf82286e4a..442978b508a8e39ae29e26fd97c663fa29b0358c 100755
--- a/go/bootstrap.py
+++ b/go/bootstrap.py
@@ -472,6 +472,7 @@ def get_go_environ(
paths_to_add = [
os.path.join(env['GOROOT'], 'bin'),
env.get('GOBIN'),
+ os.path.join(ROOT, 'cipd_package_root', 'bin'),
]
paths_to_add.extend(os.path.join(p, '.vendor', 'bin') for p in vendor_paths)
if go_appengine_path:
« .gitignore ('K') | « data/cacert.pem ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698