From f7a8759167d9b76207baf4745ecef5b57a1f4983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 21 May 2024 19:37:22 +0200 Subject: [PATCH] Add Rust for Linux notification group entry --- src/SUMMARY.md | 1 + src/notification-groups/about.md | 1 + src/notification-groups/rust-for-linux.md | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 src/notification-groups/rust-for-linux.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 3eb80dec5..f78e54dcd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -56,6 +56,7 @@ - [LLVM](notification-groups/llvm.md) - [RISC-V](notification-groups/risc-v.md) - [Windows](notification-groups/windows.md) + - [Rust for Linux](notification-groups/rust-for-linux.md) - [Licenses](./licenses.md) - [Editions](guides/editions.md) diff --git a/src/notification-groups/about.md b/src/notification-groups/about.md index 4cbd4c382..23a8d7f79 100644 --- a/src/notification-groups/about.md +++ b/src/notification-groups/about.md @@ -25,6 +25,7 @@ Here's the list of the notification groups: - [LLVM](./llvm.md) - [RISC-V](./risc-v.md) - [Windows](./windows.md) +- [Rust for Linux](./rust-for-linux.md) ## What issues are a good fit for notification groups? diff --git a/src/notification-groups/rust-for-linux.md b/src/notification-groups/rust-for-linux.md new file mode 100644 index 000000000..9ba4eff62 --- /dev/null +++ b/src/notification-groups/rust-for-linux.md @@ -0,0 +1,23 @@ +# Rust for Linux notification group + +**Github Label:** [O-rfl]
+**Ping command:** `@rustbot ping rfl` + +[O-rfl]: https://github.com/rust-lang/rust/labels/O-rfl + +This list will be used to notify [Rust for Linux (RfL)][rfl] maintainers +when the compiler or the standard library changes in a way that would +break Rust for Linux, since it depends on several unstable flags +and features. The RfL maintainers should then ideally provide support +for resolving the breakage or decide to temporarily accept the breakage +and unblock CI by temporarily removing the RfL CI jobs. + +The group also has an associated Zulip stream ([`#rust-for-linux`]) +where people can go to ask questions and discuss topics related to Rust +for Linux. + +If you are interested in participating, please sign up for the +Rust for Linux group on [Zulip][`#rust-for-linux`]! + +[rfl]: https://rust-for-linux.com/ +[`#rust-for-linux`]: https://rust-lang.zulipchat.com/#narrow/stream/425075-rust-for-linux