-
Notifications
You must be signed in to change notification settings - Fork 232
Update the Ubuntu docker image to the latest version #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think that some of the problems I am having reproducing bugs locally comes from more recent fixes to qemu, possibly also to gcc. Is there a reason for using an older version? I'll just drop this if so, otherwise will try to chase down the ppc bug. |
No, there's no reason to use an older version. |
33f8417
to
3032f49
Compare
__addkf3 and __mulkf3 seem to hit a nondescript SIGILL. This is probably likely to just be another Qemu limitation.
I had to disable testing against system f128 functions on powerpc64le since addkf3 and mulkf3 were hitting a SIGILL. I assume that the old version of system libraries may have been using softfloat but the newer versions use f128 arithmetic instructions, which Qemu seems to not support very well. |
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all Linux platforms.
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux platforms.
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux platforms.
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux platforms.
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux platforms.
Since updating the docker images in <rust-lang#625>, it looks like `__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux platforms.
No description provided.