Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror
@ 2020-10-20 15:40 Alexander V. Tikhonov
  2020-10-20 15:40 ` [Tarantool-patches] [PATCH v2 1/3] build: fix Werror warning in test/unit:fiber*.c* Alexander V. Tikhonov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander V. Tikhonov @ 2020-10-20 15:40 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tarantool-patches

To implement default compiler build with Werror decided to use
gcc-4.8.5 on CentOS 7. Also decided to use packages build process
for it. 'ENABLE_WERROR' flag was added to packages build options spec
file to enable Werror in packages builds. Also fixed issue with
test/unit tests build which was found building with Werror flag.
    
Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4941-gcc-old
Issue: https://github.com/tarantool/tarantool/issues/4941

Alexander V. Tikhonov (3):
  build: fix Werror warning in test/unit:fiber*.c*
  build: add Werror flag on packages builds
  gitlab-ci: test default gcc on CentOS 7

 .gitlab-ci.yml           | 7 +++++++
 .gitlab.mk               | 2 +-
 rpm/tarantool.spec       | 1 +
 test/unit/CMakeLists.txt | 4 ----
 4 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.25.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-01  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 15:40 [Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror Alexander V. Tikhonov
2020-10-20 15:40 ` [Tarantool-patches] [PATCH v2 1/3] build: fix Werror warning in test/unit:fiber*.c* Alexander V. Tikhonov
2020-10-20 15:40 ` [Tarantool-patches] [PATCH v1 2/3] build: add Werror flag on packages builds Alexander V. Tikhonov
2020-10-20 15:40 ` [Tarantool-patches] [PATCH v1 3/3] gitlab-ci: test default gcc on CentOS 7 Alexander V. Tikhonov
2020-11-01  8:48 ` [Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox