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

Unified Diff: build/packages/infra_python.yaml

Issue 2095173002: Teach build.py to cross-compile go-based packages. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: prebuild stdlib Created 4 years, 6 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
« no previous file with comments | « build/packages/dispatcher.yaml ('k') | build/packages/kitchen.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/packages/infra_python.yaml
diff --git a/build/packages/infra_python.yaml b/build/packages/infra_python.yaml
index cf424c63485b663cf59b9ed311e53b6c8a5a6a9a..ec982750db29fba71ab833fe3bb9f8da0d80d6d5 100644
--- a/build/packages/infra_python.yaml
+++ b/build/packages/infra_python.yaml
@@ -1,6 +1,9 @@
package: infra/infra_python/${platform}-${os_ver}
description: Virtual environment + 'infra' package with infra.git python code.
root: ../../
+uses_python_env: true
+go_packages:
+ - infra/tools/cloudtail/cmd/cloudtail
data:
# Virtual environment with all third party packages.
« no previous file with comments | « build/packages/dispatcher.yaml ('k') | build/packages/kitchen.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698