-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from matrix-org/andybalaam/create-issue-and-m…
…atrix-ping-on-failure Create issue and ping matrix room when latest matrix-sdk code breaks the build
- Loading branch information
Showing
4 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
--- | ||
title: Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing | ||
--- | ||
See https://github.com/{{env.GITHUB_REPOSITORY}}/actions/runs/{{env.GITHUB_RUN_ID}} | ||
Something changed in | ||
[matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk)'s crypto crate | ||
that will break the build of this repo (matrix-rust-sdk-crypto-wasm) when we | ||
update to it. | ||
|
||
Latest failure: {{ date | date('dddd, YYYY-MM-DD HH:mm Z') }} | ||
See the crypto crate's | ||
[CHANGELOG](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk-crypto/CHANGELOG.md) | ||
for possible hints about what changed and how to fix it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters