mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-25 01:38:11 -07:00
Merge (Dev Commits)[https://github.com/flipperdevices/flipperzero-firmware/commits/dev]
This commit is contained in:
@@ -167,6 +167,7 @@ def prepare_app_metadata(target, source, env):
|
||||
sdk_cache = SdkCache(env["SDK_DEFINITION"].path, load_version_only=True)
|
||||
|
||||
if not sdk_cache.is_buildable():
|
||||
print(target, source, env)
|
||||
raise UserError(
|
||||
"SDK version is not finalized, please review changes and re-run operation"
|
||||
)
|
||||
|
||||
@@ -219,9 +219,7 @@ def gen_sdk_data(sdk_cache: SdkCache):
|
||||
|
||||
def _check_sdk_is_up2date(sdk_cache: SdkCache):
|
||||
if not sdk_cache.is_buildable():
|
||||
raise UserError(
|
||||
"SDK version is not finalized, please review changes and re-run operation"
|
||||
)
|
||||
print("Working with WIP SDK. Expect failures")
|
||||
|
||||
|
||||
def validate_sdk_cache(source, target, env):
|
||||
|
||||
@@ -24,7 +24,7 @@ def flp_serial_by_name(flp_name):
|
||||
return ""
|
||||
|
||||
|
||||
UPDATE_TIMEOUT = 30
|
||||
UPDATE_TIMEOUT = 60
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user