From c86f9f8554a2a5f5f0bee3a8c0a18689f96380b7 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Mon, 14 Oct 2024 16:19:08 +1000 Subject: [PATCH 1/2] chore: add bumblebee target --- targets.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/targets.json b/targets.json index 57269ed..b258476 100644 --- a/targets.json +++ b/targets.json @@ -11,38 +11,44 @@ }, "v2.10.4": { "sha": "9b901689fbd84fb4027b4f898460314d76b1f69a" + "exclude_targets": [ + "bumblebee" + ] }, "v2.10.3": { "sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6" + "exclude_targets": [ + "bumblebee" + ] }, "v2.10.2": { "sha": "1de06000cdfe3398840a8d28f7bf5de7fbedc899", "exclude_targets": [ - "t12max", "tpros" + "t12max", "tpros", "bumblebee" ] }, "v2.10.1": { "sha": "839b60f6cc88d22383a6f686862b3fba4108884e", "exclude_targets": [ - "f16", "t12max", "tpros" + "f16", "t12max", "tpros", "bumblebee" ] }, "v2.10.0": { "sha": "22ce06d3423fdb265c6c7bce6031f1003027bf0c", "exclude_targets": [ - "f16", "t12max", "t15", "tpros" + "f16", "t12max", "t15", "tpros", "bumblebee" ] }, "v2.9.4": { "sha": "77884b6a22e20ad91ba6c6656b96bcb2adc86768", "exclude_targets": [ - "pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros" + "pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee" ] }, "v2.8.5": { "sha": "cbac1063eb8637457d2a63c367863c6bfd6f0c31", "exclude_targets": [ - "pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros" + "pl18", "pl18ev", "t20", "tprov2", "mt12", "pocket", "f16", "t12max", "t14", "t15", "t20v2", "tpros", "bumblebee" ] } }, From ba6e3319fa30df9483d69985f04508b7d01e0591 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Mon, 14 Oct 2024 17:34:52 +1000 Subject: [PATCH 2/2] fix: missing commas JSON is oh so fussy! --- targets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets.json b/targets.json index b258476..904bf67 100644 --- a/targets.json +++ b/targets.json @@ -10,13 +10,13 @@ "sha": "6b539d03c66061e431d9090531ac192f7550a102" }, "v2.10.4": { - "sha": "9b901689fbd84fb4027b4f898460314d76b1f69a" + "sha": "9b901689fbd84fb4027b4f898460314d76b1f69a", "exclude_targets": [ "bumblebee" ] }, "v2.10.3": { - "sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6" + "sha": "2fc5a9acab767b7b3f4861d85dffd359d6ad28f6", "exclude_targets": [ "bumblebee" ]