build_helper: Disabled ARMCLANG in full cfg.
This patch extends patch with change-id:
I78186db7843b0f60134f0aca5760979d6e113d56
With extending the removal of ARMCLANG in the
full and ipc build configurations.
Change-Id: I31427b9cc50ec83e5b4e48d61171ab76c3cf5178
Signed-off-by: Minos Galanakis <minos.galanakis@linaro.org>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index e48abeb..55e0f8d 100644
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -144,7 +144,7 @@
config_IPC = {"seed_params": {
"target_platform": ["AN521", "AN519", "MUSCA_A", "MUSCA_B1"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2"],
"cmake_build_type": ["Debug", "Release"],
@@ -160,7 +160,7 @@
# Configure build manager to build the maximum number of configurations
config_full = {"seed_params": {
"target_platform": ["AN521", "AN519", "MUSCA_A", "MUSCA_B1"],
- "compiler": ["ARMCLANG", "GNUARM"],
+ "compiler": ["GNUARM"],
"proj_config": ["ConfigRegression",
"ConfigCoreIPC",
"ConfigCoreIPCTfmLevel2",