From c8d6b9c20c276c59b9792e354b319bf2ee7942e6 Mon Sep 17 00:00:00 2001 From: tdejoigny-ledger <123755370+tdejoigny-ledger@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:53:25 +0200 Subject: [PATCH] Blacklist nanoS build for BTEC & Ledger sync --- input_files/input.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/input_files/input.json b/input_files/input.json index 082a05f..e594684 100644 --- a/input_files/input.json +++ b/input_files/input.json @@ -726,7 +726,8 @@ "ref": "develop", "url": "https://github.com/LedgerHQ/app-btec", "build_blacklist": [ - "stax" + "stax", + "nanos" ], "test_blacklist": [ "nanos", @@ -1995,6 +1996,9 @@ "owner": "LedgerHQ", "ref": "develop", "url": "https://github.com/LedgerHQ/app-ledger-sync", + "build_blacklist": [ + "nanos" + ], "variant_param": "COIN", "variants_nanos": [ "Ledger-Sync" @@ -4701,4 +4705,4 @@ "zilliqa" ] } -] \ No newline at end of file +]