Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af575ccc authored by Kousik Kumar's avatar Kousik Kumar Committed by android-build-merger
Browse files

Merge "Add dist_dir to goma trigger" am: acd10c65 am: bb9f3d4a am: 0a61d069 am: 6be382fc

am: d1102fa0

Change-Id: Ibc99b1f1bc874b11b7cb3f27d6f29684738c8ef7
parents a797105d d1102fa0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ func startGoma(ctx Context, config Config) {
	}

	cmd := Command(ctx, config, "goma_ctl.py ensure_start", gomaCtl, "ensure_start")
	cmd.Environment.Set("DIST_DIR", config.DistDir())

	if output, err := cmd.CombinedOutput(); err != nil {
		ctx.Fatalf("goma_ctl.py ensure_start failed with: %v\n%s\n", err, output)