aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-03-17 00:05:24 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-03-21 04:08:54 +0300
commitedc9616a1bbc0fbc2d7f84ddafeb119d689f3f70 (patch)
treea8850bb784f2e01b1334de8cf19a36748c74e584
parent31d3492b50b057df853ad51c909ac21d6e95a4ca (diff)
shippable: reenable non-ABI-compat build for GCC
Non-ABI-compat build is broken only for Clang, so disable it only for that compiler, rather than disabling it completely. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--.shippable.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 86556441b..6ef5cab7c 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -6,7 +6,7 @@ compiler:
env:
- CONF="--disable-test-perf --disable-test-perf-proc"
- # - CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"
+ - CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"
# - CONF="--enable-schedule-sp"
# - CONF="--enable-schedule-iquery"
# - CONF="--enable-dpdk-zero-copy"
@@ -16,7 +16,7 @@ env:
# - CROSS_ARCH="i386"
matrix:
- allow_failures:
+ exclude:
- compiler: clang
env: CONF="--disable-abi-compat --disable-test-perf --disable-test-perf-proc"