buildMozillaMach: establish MOZ_PKG_FORMAT forward compat

Lowercae `tar` will throw a KeyError in future mach versions.
This commit is contained in:
Martin Weinelt
2026-05-28 03:35:36 +02:00
parent 8acc4c0c55
commit cb9090f062

View File

@@ -595,7 +595,7 @@ buildStdenv.mkDerivation {
profilingPhase = lib.optionalString pgoSupport ''
# Avoid compressing the instrumented build with high levels of compression
export MOZ_PKG_FORMAT=tar
export MOZ_PKG_FORMAT=TAR
# Package up Firefox for profiling
./mach package