summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2019-10-03 13:45:29 +0200
committerIlya Maximets <i.maximets@ovn.org>2019-10-04 19:37:28 +0200
commitaa135fb9b164b37ac1f7c131e8018253904806ef (patch)
tree25fcd2d2cd8049f332340edd8f98524185874ba7 /.travis.yml
parentae05d68139e44820155d55c685f127066d340c50 (diff)
downloadopenvswitch-aa135fb9b164b37ac1f7c131e8018253904806ef.tar.gz
ci: Get rid of OVS_CFLAGS in CI scripts.
Our CI scripts uses OVS_CFLAGS variable that is intended for internal usage by 'configure' script only. Usual CFLAGS should be used instead to avoid giving bad example to users. Additionally, '-m32' flag passed directly to CC variable to avoid splitting it from the compiler invocations and force same API/ABI for invocations of 'configure' and 'make'. 'BUILD_ENV' dropped as not needed anymore. Before this patch 'configure' always checked for 64bit libraries regardless of fact that we're going to build 32bit binary. This caused issues if only 64bit version of desired library was available. Suggested-by: Ben Pfaff <blp@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b547eb041..eabbad92d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ env:
- TESTSUITE=1 LIBS=-ljemalloc
- KERNEL_LIST="5.0 4.20 4.19 4.18 4.17 4.16"
- KERNEL_LIST="4.15 4.14 4.9 4.4 3.19 3.16"
- - BUILD_ENV="-m32" OPTS="--disable-ssl"
+ - M32=1 OPTS="--disable-ssl"
- DPDK=1 OPTS="--enable-shared"
- DPDK_SHARED=1
- DPDK_SHARED=1 OPTS="--enable-shared"