mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-18 13:33:53 +08:00
Sleppy time
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user