testing: attempt to speedup freebsd build
[m6w6/libmemcached] / README.md
index 55afa3ec16e3c05137fc07217e80c29c6320460d..4f977d0d8d9ee7d5b627ef5b37caad855e1f3224 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,11 +42,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
 
 CI/Test results are available at:
 
-| Provider     | Status              | OS           | Arch  | Compiler   |
-|--------------|---------------------|--------------|-------|------------|
-| [Travis CI]  | ![Travis CI Badge]  | Linux        | arm64 | GNU        |
-| [Cirrus CI]  | ![Cirrus CI Badge]  | FreeBSD      | amd64 | Clang      |
-| [GH Actions] | ![GH Actions Badge] | Linux, MacOS | amd64 | GNU, Clang |
+| Provider     | Status              | OS           | Compiler   | Arch                  |
+|--------------|---------------------|--------------|------------|-----------------------|
+| [Travis CI]  | ![Travis CI Badge]  | Linux        | GNU        | arm64, ppc64le, s390x |
+| [Cirrus CI]  | ![Cirrus CI Badge]  | FreeBSD      | Clang      | amd64                 |
+| [GH Actions] | ![GH Actions Badge] | Linux, MacOS | GNU, Clang | amd64                 |
 
 Additional project metrics:
 
@@ -57,8 +57,8 @@ Additional project metrics:
 
 ## ChangeLog
 
-Check out the latest [releases](./releases) or the bundled
-[ChangeLog](./ChangeLog) for a comprehensive list of changes.
+Check out the latest [releases](https://github.com/m6w6/libmemcached/releases)
+or the bundled [ChangeLog](./ChangeLog.md) for a comprehensive list of changes.
 
 ## License
 
@@ -67,6 +67,10 @@ found in the accompanying [LICENSE](./LICENSE) file.
 
 ## Contributing
 
+Please report any issues on the [bug tracker](https://github.com/m6w6/libmemcached/issues).
+
+A list of known permanent issues is maintained in [BUGS](./BUGS.md).
+
 All forms of contribution are welcome! Please see the bundled
 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.