Skip to content
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

Update the Ubuntu docker image to the latest version #625

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

tgross35
Copy link
Contributor

No description provided.

@tgross35
Copy link
Contributor Author

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.

@Amanieu
Copy link
Member

Amanieu commented May 29, 2024

No, there's no reason to use an older version.

__addkf3 and __mulkf3 seem to hit a nondescript SIGILL. This is probably
likely to just be another Qemu limitation.
@tgross35 tgross35 marked this pull request as ready for review June 22, 2024 10:13
@tgross35
Copy link
Contributor Author

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.

@Amanieu Amanieu merged commit 202ad9a into rust-lang:master Jun 22, 2024
24 checks passed
@tgross35 tgross35 deleted the docker-image-update branch June 22, 2024 18:37
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jun 22, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all Linux platforms.
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jun 22, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux
platforms.
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jun 22, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux
platforms.
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jun 23, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux
platforms.
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jun 24, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux
platforms.
Amanieu pushed a commit to tgross35/compiler-builtins that referenced this pull request Jun 25, 2024
Since updating the docker images in
<rust-lang#625>, it looks like
`__extendhftf2` and `__trunctfhf2` are available on all 64-bit Linux
platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants