packages/cli: get rid of overzealus profile device enforcement so --arch can do its job.

This commit is contained in:
InsanePrawn 2022-09-23 20:19:23 +02:00
parent a5a2668af5
commit c726541967

View file

@ -27,7 +27,6 @@ def build(
rebuild_dependants: bool = False,
try_download: bool = False,
):
config.enforce_profile_device_set(hint_or_set_arch=True)
enforce_wrap()
arch = arch or get_profile_device(hint_or_set_arch=True).arch