summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinos Galanakis <minos.galanakis@linaro.org>2019-09-25 10:55:56 +0100
committerMinos Galanakis <minos.galanakis@linaro.org>2019-09-25 10:55:56 +0100
commit1d39e4b3dfaa43fc079e9467207ad8dcea29e68f (patch)
treed0eaab5191bcbe6a4ef787ce5126089740fd4bb3
parent329cf10aa13d911fbf470a0b75f98f915482c4b0 (diff)
downloadtf-m-ci-scripts-1d39e4b3dfaa43fc079e9467207ad8dcea29e68f.tar.gz
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>
-rw-r--r--build_helper/build_helper_configs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index e48abeb8..55e0f8d0 100644
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -144,7 +144,7 @@ config_AN519 = {"seed_params": {
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 @@ config_IPC = {"seed_params": {
# 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",