diff options
author | Philip Herron <philip.herron@embecosm.com> | 2022-05-25 15:36:01 +0100 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2022-05-25 15:44:09 +0100 |
commit | 56634945fb275bd2b992db473f8d9cd2670a5ed5 (patch) | |
tree | d001cff394e118e31fe6b67fc23147d8db92e1c7 | |
parent | d5c1531cc41ea7fab4d522dafe3ff725a766fb49 (diff) | |
download | gcc-56634945fb275bd2b992db473f8d9cd2670a5ed5.zip gcc-56634945fb275bd2b992db473f8d9cd2670a5ed5.tar.gz gcc-56634945fb275bd2b992db473f8d9cd2670a5ed5.tar.bz2 |
Add build badges for marks build-farm
Fixes #1236
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -18,6 +18,15 @@ Now that the language is stable, it is an excellent time to create alternative c the project are keen “Rustaceans” with a desire to give back to the Rust community and to learn what GCC is capable of when it comes to a modern language. +## Build Farm Status + +- [Fedora X86_64](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-x86_64) [](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-x86_64) +- [Debian i386](https://builder.sourceware.org/buildbot/#/builders/gccrust-debian-i386) [](https://builder.sourceware.org/buildbot/#/builders/gccrust-debian-i386) +- [Fedora s390x](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-s390x) [](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-s390x) +- [Debian ppc64](https://builder.sourceware.org/buildbot/#/builders/gccrust-debian-ppc64) [](https://builder.sourceware.org/buildbot/#/builders/gccrust-debian-ppc64) +- [Fedora ppc64le](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-ppc64le) [](https://builder.sourceware.org/buildbot/#/builders/gccrust-fedora-ppc64le) + ## FAQ Please find the answers to frequently asked questions over on: https://github.com/Rust-GCC/gccrs/wiki/Frequently-Asked-Questions |