fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Github CI is broken because of a clang optimization
@ 2021-06-02 16:12 Erwan Velu
  0 siblings, 0 replies; only message in thread
From: Erwan Velu @ 2021-06-02 16:12 UTC (permalink / raw)
  To: fio

Hi there,


My PR around the exec engine was not passing the CI because of a missing 
stpcpy symbol at link time.

I made some search around that, found the issue and proposed a fix at 
https://github.com/axboe/fio/pull/1233


The issue was around clang 12 which is doing some string optimization by 
using stpcpy we don't have.

This PR is about disabling the implicit stpcpy usage with clang for now.

Note the GCC build was passing.


The CI pass with my patches.


Once merged, I'll rebase my exec-engine PR on top of it.


Erwan,



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-02 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 16:12 Github CI is broken because of a clang optimization Erwan Velu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).