* [Tarantool-patches] [PATCH v1] gitlab-ci: restore lto testing on OSX
@ 2020-07-28 15:09 Alexander V. Tikhonov
2020-07-28 15:42 ` Kirill Yukhin
0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-07-28 15:09 UTC (permalink / raw)
To: Kirill Yukhin, Alexander Turenko; +Cc: tarantool-patches
Found that after commit:
7faa1abe2b2dedd3a5d2971ddd7c5b9ce55c30b2 "gitlab-ci: implement OSX 10.14 testing on mac mini"
the variable environment CMAKE_EXTRA_PARAMS, which turns on LTO flag
on OSX compilation was mistakenly missed to be updated and LTO feature
was disabled on OSX testing in real.
After it later commit:
a94a9b3fd629b5abbc99a23ba527cd91e5c6ebf5 "lua/log: add ability to configure logging early"
added the missed LTO error, which was fixed at:
625095d95c5d1962c02c124fcba098e527f017fd "lua/log: add missing exports"
Closes #5160
---
Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-5160-restore-osx-lto
Issue: https://github.com/tarantool/tarantool/issues/5160
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 580825005..0ead08711 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,7 +194,7 @@ osx_15_release_lto:
tags:
- osx_15
variables:
- EXTRA_ENV: 'export CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON ;'
+ CMAKE_EXTRA_PARAMS: -DENABLE_LTO=ON
<<: *osx_definition
freebsd_12_release:
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Tarantool-patches] [PATCH v1] gitlab-ci: restore lto testing on OSX
2020-07-28 15:09 [Tarantool-patches] [PATCH v1] gitlab-ci: restore lto testing on OSX Alexander V. Tikhonov
@ 2020-07-28 15:42 ` Kirill Yukhin
0 siblings, 0 replies; 2+ messages in thread
From: Kirill Yukhin @ 2020-07-28 15:42 UTC (permalink / raw)
To: Alexander V. Tikhonov; +Cc: tarantool-patches, Alexander Turenko
Hello,
On 28 июл 18:09, Alexander V. Tikhonov wrote:
> Found that after commit:
>
> 7faa1abe2b2dedd3a5d2971ddd7c5b9ce55c30b2 "gitlab-ci: implement OSX 10.14 testing on mac mini"
>
> the variable environment CMAKE_EXTRA_PARAMS, which turns on LTO flag
> on OSX compilation was mistakenly missed to be updated and LTO feature
> was disabled on OSX testing in real.
>
> After it later commit:
>
> a94a9b3fd629b5abbc99a23ba527cd91e5c6ebf5 "lua/log: add ability to configure logging early"
>
> added the missed LTO error, which was fixed at:
>
> 625095d95c5d1962c02c124fcba098e527f017fd "lua/log: add missing exports"
>
> Closes #5160
LGTM.
I've checked your patch into 1.10 2.4 2.5 and master.
--
Regards, Kirill Yukhin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-28 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 15:09 [Tarantool-patches] [PATCH v1] gitlab-ci: restore lto testing on OSX Alexander V. Tikhonov
2020-07-28 15:42 ` Kirill Yukhin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox