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

Commit 0a61d069 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

Change-Id: I0cb5a09260d0db951b0250311e580166f011dc26
parents 475386be bb9f3d4a
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)