summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Komlev <anton.komlev@arm.com>2024-01-11 13:04:31 +0000
committerAnton Komlev <anton.komlev@arm.com>2024-01-11 13:11:24 +0000
commit1eb86e93d99edf45ab609043f2693966b623a137 (patch)
treef1dfcf821c984732f7c0abbb6eed96a993aebe6a
parent30eee497b974261e14f410261eeb2f18d84273b5 (diff)
Build: Disable stm32l562e_dk platform temporary
This platform experiences an image download failure and blocks all builds. Signed-off-by: Anton Komlev <anton.komlev@arm.com> Change-Id: I1ec639500af8f07ebe4cd49309cd24398b1cae1f
-rwxr-xr-xbuild_helper/build_helper_configs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 8e663b3..5b47b9d 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -1123,7 +1123,7 @@ _builtin_configs = {
"nightly_corstone1000": config_corstone1000,
"nightly_rss": config_rss,
"nightly_psoc64": config_psoc64,
- "nightly_stm32l562e_dk": config_stm32l562e_dk,
+# remove a broken platfrom temporary "nightly_stm32l562e_dk": config_stm32l562e_dk,
"nightly_b_u585i_iot02a": config_b_u585i_iot02a,
"nightly_lpcxpresso55s69": config_lpcxpresso55s69,
@@ -1145,7 +1145,7 @@ _builtin_configs = {
"release_corstone310": config_corstone310,
"release_rss": config_rss,
"release_psoc64": config_psoc64,
- "release_stm32l562e_dk": config_stm32l562e_dk,
+# remove a broken platfrom temporary "release_stm32l562e_dk": config_stm32l562e_dk,
"release_b_u585i_iot02a": config_b_u585i_iot02a,
"release_lpcxpresso55s69": config_lpcxpresso55s69,
@@ -1175,7 +1175,7 @@ _builtin_configs = {
"rss": config_rss,
"cypress_psoc64": config_psoc64,
"corstone1000": config_corstone1000,
- "stm_stm32l562e_dk": config_stm32l562e_dk,
+# remove a broken platfrom temporary "stm_stm32l562e_dk": config_stm32l562e_dk,
"stm_b_u585i_iot02a": config_b_u585i_iot02a,
"stm_nucleo_l552ze_q": config_nucleo_l552ze_q,
"nxp_lpcxpresso55s69": config_lpcxpresso55s69,