Igor Raits

Results 136 comments of Igor Raits

Also it would be nice if priority would be an optional argument (as it is in Koji CLI) and would default to 0.

It is both -C opt-level=3 and --release. We are using latest rust 1.39.0, with system LLVM.

https://kojipkgs.fedoraproject.org//work/tasks/7372/39387372/build.log here is the full log.

@gnzlbg sorry for replying late. I have tried rustup's rust 1.39.0 and the same problem happens. I have boiled it down to the `-Ccodegen-units=1`. ``` ⋊> ~/t/t/libm on master ◦...

Seems that the problem is in `rem_pio2_large` function, since when I remove references to it from other 2, the tests start working.

I did some bisecting: ``` 9d8ed3a7adf3023ddb2d6b6b6ed3ff483a52180c is the first bad commit commit 9d8ed3a7adf3023ddb2d6b6b6ed3ff483a52180c Author: Igor null Date: Mon Jul 1 17:10:44 2019 +0300 Fix incorrect f32f64 casting in j1f/y1f src/math/j1f.rs...

well, that one seems to trigger some other error... so I am not entirely sure =( Hopefully these findings helped.

tbh, I don't know how to make tests to access binaries.

I just tried it on latest greatest CentOS Stream 9 with latest mock/kiwi from EPEL and it still does not work… Mock indeed does bind-mount: ``` DEBUG util.py:535: Using nspawn...