<div dir="ltr"><div>Hello folks,</div><div><br></div><div>Based on Yaniv&#39;s feedback, I&#39;ve removed deadcode.DeadStores checker. We are left with 161 failures. I&#39;m going to move this to 140 as a target for now. The job will continue to be yellow and we need to fix at least 21 failures by 31 Aug. That&#39;s about 7 issues per week to fix.<br></div><div><br></div><div>If anyone wants me to change the goal posts for this one, please let me know.</div><div><br></div><div><br></div><div>If you want to run this on your local Fedora 27 machine, it should work fine. If you want to run this on a Fedora 28 machine, you&#39;ll need to do a little bit of a hack. Search for PYTHONDEV_CPPFLAGS in <a href="http://configure.ac">configure.ac</a> and add this line right below the existing line:</div><div><br></div><div>PYTHONDEV_CPPFLAGS=`echo ${PYTHONDEV_CPPFLAGS} | sed -e &#39;s/-fcf-protection//g&#39;`</div><div><br></div><div>Fedora 28 has GCC 8.0 and clang 7.0, this is the root cause of this failure and in a future version, this should work without the need for this hack.<br></div><div><br>-- <br><div dir="ltr" class="gmail-m_2689562210766664170gmail_signature"><div dir="ltr">nigelb<br></div></div></div></div>