Backed out changeset 83ef845d60ab (bug 1869078) for build bustages

This commit is contained in:
Narcis Beleuzu 2023-12-13 11:45:40 +02:00
parent 4bc580f7c5
commit 399de5a9a6

View file

@ -318,10 +318,6 @@ def old_configure_for(old_configure_path, extra_env=None):
c: [ c: [
(k[1:-1], v[1:-1] if isinstance(v, str) else v) (k[1:-1], v[1:-1] if isinstance(v, str) else v)
for k, v in raw_config[c] for k, v in raw_config[c]
# Eventually we'll want to filter out all lowercase keys. (bug 1869127)
# For now, we only filter out the most problematic one that
# we know is unused.
if k != " target_cpu "
] ]
for c in ("substs", "defines") for c in ("substs", "defines")
} }