[WIP,Testing] check 32bit manylinux build#5311
[WIP,Testing] check 32bit manylinux build#5311martin-frbg wants to merge 23 commits intoOpenMathLib:developfrom
Conversation
| steps: | ||
| - script: | | ||
| echo "FROM quay.io/pypa/manylinux1_x86_64 | ||
| echo "FROM quay.io/pypa/manylinux1_686 |
There was a problem hiding this comment.
The image is i686 (missing the i). I would suggest using manylinux2014 rather than manylinux1
| echo "FROM quay.io/pypa/manylinux1_686 | |
| echo "FROM quay.io/pypa/manylinux2014_i686 |
|
Building the library is failing with |
|
In my local build it is using the 4x4 gemm kernel for penryn (as it should) - I have no idea what causes the weird truncation of the source path here (which, I note, is a different error from your build problem too) |
|
Sorry for the noise, I probably do not understand how this is supposed to work. TL;DR: could you add a debug line to print the Dockerfile? If I try to reproduce exactly this script and do and then examine the Dockerfile, it does not look like the environment variables |
|
Ahh, nevermind, you eliminated the use of the env variables. |
|
The CI run has a checkmark, but the tests did not run. The last line of the logs is I wonder if it would work to use |
It's a warning not an error - possibly caused by the underlying Ubuntu platform being 64bit. The tests did generate output and appear to pass if I compile everything at "-g" - I'm currently trying to find which file needs to be compiled without optimization when gcc is "so old" |
|
seems it was actually the x86 CDOT that was throwing NANs (with the old manylinux gcc/libm) that the original CSCAL then purged. closing here as superseded by #5312 |
No description provided.