aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-12-29 23:49:23 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-12-29 23:49:23 +0300
commit73d47ebdb3f2ba80ccbd88c1c69f27f183b51663 (patch)
tree4354995dd4e8253f6680c2070e1baa83ab7fa425
parentccacfab55bc0ffaf523e856212facb45c2cce4dd (diff)
Revert "Revert "automerge-ci.conf: attempt to fix compilation under the CI""
This reverts commit ccacfab55bc0ffaf523e856212facb45c2cce4dd. Reinstantiate plugin compilation check back. It seems (https://ci.linaro.org/job/lt-qcom-linux-automerge/776/console) our used toolchain (6.3.1-2017.02) does not provide arm-flags.h for the arm architecture. Swiching to gcc-linaro-6.4.1-2017.08 or later version should fix the issue. Reinstantiate the gcc check till it is fixed.
-rw-r--r--automerge-ci.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/automerge-ci.conf b/automerge-ci.conf
index 224ab5b..6d8a10a 100644
--- a/automerge-ci.conf
+++ b/automerge-ci.conf
@@ -49,3 +49,5 @@ sdx55-defconfig https://git.linaro.org/landing-teams/working/qualcomm/kernel.git
sm8350-drivers https://git.linaro.org/landing-teams/working/qualcomm/kernel.git tracking-qcomlt-sm8350-drivers
sm8350-defconfig https://git.linaro.org/landing-teams/working/qualcomm/kernel.git tracking-qcomlt-sm8350-defconfig
sm8350-dts https://git.linaro.org/landing-teams/working/qualcomm/kernel.git tracking-qcomlt-sm8350-dts
+
+plugin-check https://git.linaro.org/landing-teams/working/qualcomm/kernel.git tracking-qcomlt-revert-plugin-check