From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 33A5E2DB0E for ; Thu, 25 Oct 2018 07:16:42 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PBqz9dMW3QtH for ; Thu, 25 Oct 2018 07:16:42 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id DE3792CDB7 for ; Thu, 25 Oct 2018 07:16:41 -0400 (EDT) From: Georgy Kirichenko Subject: [tarantool-patches] Re: [PATCH v2 3/3] test: add LTO targets into CI Date: Thu, 25 Oct 2018 14:16:34 +0300 Message-ID: <3116619.qRqbBORuIc@localhost> In-Reply-To: <49324060ec8f917b7fa350fbd761d14626cae14d.1539556251.git.alexander.turenko@tarantool.org> References: <49324060ec8f917b7fa350fbd761d14626cae14d.1539556251.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1685260.OfTcmnhicY"; micalg="pgp-sha256"; protocol="application/pgp-signature" Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Alexander Turenko Cc: AKhatskevich , tarantool-patches@freelists.org --nextPart1685260.OfTcmnhicY Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Seems Ok On Monday, October 15, 2018 2:17:39 AM MSK Alexander Turenko wrote: > From: AKhatskevich > > --- > .travis.mk | 4 ++-- > .travis.yml | 8 ++++++++ > 2 files changed, 10 insertions(+), 2 deletions(-) > > diff --git a/.travis.mk b/.travis.mk > index 88335474c..1b7d05149 100644 > --- a/.travis.mk > +++ b/.travis.mk > @@ -40,7 +40,7 @@ deps_ubuntu: > lcov ruby > > test_ubuntu: deps_ubuntu > - cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfoWError > + cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfoWError ${CMAKE_EXTRA_PARAMS} > make -j8 > cd test && /usr/bin/python test-run.py -j 1 > > @@ -49,7 +49,7 @@ deps_osx: > brew install openssl readline curl icu4c --force > > test_osx: deps_osx > - cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfoWError > + cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfoWError ${CMAKE_EXTRA_PARAMS} > # Increase the maximum number of open file descriptors on macOS > sudo sysctl -w kern.maxfiles=20480 || : > sudo sysctl -w kern.maxfilesperproc=20480 || : > diff --git a/.travis.yml b/.travis.yml > index a9d1036da..dbd8c91c0 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -33,6 +33,14 @@ matrix: > os: osx > - name: Debug build + test + coverage (Linux, gcc) > env: TARGET=coverage > + - name: LTO build + test (Linux, gcc) > + env: TARGET=test CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON > + - name: LTO build + test (Linux, clang) > + env: TARGET=test CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON > + compiler: clang > + - name: LTO build + test (OS X) > + os: osx > + env: TARGET=test CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON > - name: CentOS 6 build + test + deploy RPM > env: OS=el DIST=6 > - name: CentOS 7 build + test + deploy RPM --nextPart1685260.OfTcmnhicY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEFZT35EtIMRTDS5hJnoTdFFzh6LUFAlvRphIACgkQnoTdFFzh 6LXv/QgAhoxl1JMkSCfKVst1drAFxqxV4QeULFVZBE28RgWBjhr7N1y3pRE+jM91 1tGfEFu3qjYtbBqTYEBfATDVnzFHAm4kSCWpxoPhWqJ9A9yADW1y79+USdh+FrHA ajxZZyHsLhBAOqqaiIzE/0JZGkgzrZVk4NOy6RNZznGMtadTLGDO/JsNaQ4MiLum rBQiN17/CXBEhfXdT1Uh5HfZOFjLnYfccxdVGKcX28e7Ae2wsDnZF3JScozaST9Z EcmlbRQmFQFgmiG4ThwhDhO8oZ71kK1ZO6M/ERsHsSmKsjbXrwrbKXwpt3VkBVsD 7pvx6vz3BraiK8ih4amS5xO99/9P/Q== =JdIe -----END PGP SIGNATURE----- --nextPart1685260.OfTcmnhicY--