Skip to content

Commit

Permalink
shippable: reenable non-ABI-compat build for GCC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Eremin-Solenikov authored and muvarov committed Mar 21, 2018
1 parent 31d3492 commit edc9616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .shippable.yml
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit edc9616

Please sign in to comment.