Hi, On Fri, May 28, 2021 at 11:18:20AM +0100, Philip Herron wrote: > On 28/05/2021 04:05, Thomas Fitzsimmons wrote: > > I tried building GCC Rust on ppc64le. With the attached patches, > > "make check-rust" succeeds with: > > > > === rust Summary === > > > > # of expected passes 2368 > > # of expected failures 26 > > > > Thank you so much for doing this, we will merge these later today. The > results look the same as the numbers were getting on x86 too.
And I am getting the same results on arm64. To make sure things keep zero fail I added a fedora-x86_64 and debian_arm64 worker to my buildbot setup: https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust (The red builds were setup bugs, the last build is all green) I'll try to also add the ppc64le builder. Are there any other arches that are zero fail? Once we have a mailinglist I can set it up so that any failures will sent email to the rust@gcc mailinglist. It is currently tracking the master branch. Maybe we can integrate it with the bors setup you have running. But I didn't really understand where it is running and how it is configured so that it can be integrated with the buildbot workers. Note that the workers aren't very fast. Especially the arm64 one. I takes ~30 minutes for a fully make && make check. So please no more than 48 patches a day please :) Cheers, Mark