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

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

Merge "Add dist_dir to goma trigger"

am: acd10c65

Change-Id: Ic297aad3cfec6e6ce8b2e871ffb21ae9e307e77c
parents 91655856 acd10c65
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)