Sleppy time

This commit is contained in:
firestar5683
2026-09-07 21:57:32 -05:00
parent 249b03a3f5
commit bcf152e6f7
39 changed files with 662 additions and 146 deletions
-4
View File
@@ -69,10 +69,6 @@ def build_compile_env(*, supercombo: bool = False) -> dict[str, str]:
int(str(env.get(key)), 0)
except (TypeError, ValueError):
env[key] = default
if supercombo:
# Unified supercombo artifacts must use upstream compile defaults. The
# legacy QCOM tuning causes a reproducible HCQ timeline failure here.
env.pop("QCOM_PRIORITY", None)
return env