Skip to content

Commit

Permalink
chore: remove .cirrus.yml / update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 24, 2024
1 parent 5acca82 commit ce5e411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
25 changes: 0 additions & 25 deletions .cirrus.yml

This file was deleted.

25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,31 +238,12 @@ Due to using a shared native library instead of C# for the main Pact logic only
| Windows | x64 | ✔️ Yes |
| Linux (libc) | x86 | ❌ No |
| Linux (libc) | x64 | ✔️ Yes |
| Linux (musl) | x64 | ✔️ Yes (Tier 2)* |
| Linux (libc) | ARM | ✔️ Yes (Tier 3)* |
| Linux (musl) | ARM | ✔️ Yes (Tier 3)* |
| Linux (musl) | x64 | ✔️ Yes |
| Linux (libc) | ARM | ✔️ Yes |
| Linux (musl) | ARM | ✔️ Yes |
| OSX | x64 | ✔️ Yes |
| OSX | ARM (M1/M2) | ✔️ Yes |

#### Support

- Tier 1
- Established
- Full CI/CD support.
- Users should not encounter issues
- Full reproducible examples running in CI, should be provided by users raising issues
- If using musl targets, users should attempt the same test on a libc target (such as debian)
- Tier 2
- Recently introduced
- Full CI/CD support.
- Users may encounter issues
- Full reproducible examples running in CI, should be provided by users raising issues
- If using musl targets, users should attempt the same test on a libc target (such as debian)
- Tier 3
- Recently introduced, No/limited CI/CD support.
- Users may encounter issues
- Full reproducible examples which can be run by maintainers locally, should be provided by users raising issues

### Pact Specification

| Version | Status | [Spec] Compatibility | Install |
Expand Down

0 comments on commit ce5e411

Please sign in to comment.