[Tarantool-patches] [PATCH v1 0/3] implement default compiler build with Werror
Alexander V. Tikhonov
avtikhon at tarantool.org
Tue Oct 20 18:40:27 MSK 2020
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
More information about the Tarantool-patches
mailing list