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

Commit 72d5c104 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Allow actions to read BUILD_BROKEN_INCORRECT_PARTITION_IMAGES" into main

parents 7d885d53 b95e5e87
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -194,6 +194,10 @@ func runNinjaForBuild(ctx Context, config Config) {

			// LLVM compiler wrapper options
			"TOOLCHAIN_RUSAGE_OUTPUT",

			// We don't want this build broken flag to cause reanalysis, so allow it through to the
			// actions.
			"BUILD_BROKEN_INCORRECT_PARTITION_IMAGES",
		}, config.BuildBrokenNinjaUsesEnvVars()...)...)
	}