Skip to content

Commit

Permalink
Remove matrix-sdk-appservice
Browse files Browse the repository at this point in the history
There is unfortunately no capacity for maintaining it as a first-party
component of the Rust SDK.
  • Loading branch information
jplatte committed Sep 5, 2023
1 parent 11b3be1 commit 7d674b3
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 2,027 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,50 +269,6 @@ jobs:
run: |
target/debug/xtask ci wasm-pack ${{ matrix.cmd }}
test-appservice:
name: ${{ matrix.os-name }} [m]-appservice
needs: xtask
if: github.event_name == 'push' || !github.event.pull_request.draft

runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
include:
- os: ubuntu-latest
os-name: 🐧
xtask-cachekey: "${{ needs.xtask.outputs.cachekey-linux }}"

- os: macos-latest
os-name: 🍏
xtask-cachekey: "${{ needs.xtask.outputs.cachekey-macos }}"

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Load cache
uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install nextest
uses: taiki-e/install-action@nextest

- name: Get xtask
uses: actions/cache/restore@v3
with:
path: target/debug/xtask
key: "${{ matrix.xtask-cachekey }}"
fail-on-cache-miss: true

- name: Run checks
run: |
target/debug/xtask ci test-appservice
formatting:
name: Check Formatting
runs-on: ubuntu-latest
Expand Down
67 changes: 0 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ coverage:
threshold: 1%
paths:
- "crates/matrix-sdk/"
- "crates/matrix-sdk-appservice/"
- "crates/matrix-sdk-base/"
- "crates/matrix-sdk-common/"
- "crates/matrix-sdk-crypto/"
Expand Down
54 changes: 0 additions & 54 deletions crates/matrix-sdk-appservice/Cargo.toml

This file was deleted.

114 changes: 0 additions & 114 deletions crates/matrix-sdk-appservice/src/error.rs

This file was deleted.

49 changes: 0 additions & 49 deletions crates/matrix-sdk-appservice/src/event_handler.rs

This file was deleted.

Loading

0 comments on commit 7d674b3

Please sign in to comment.