From d6924a1da2c0d360b4edb7dcd9b759b1b90f6292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 16 Jan 2024 15:45:25 +0100 Subject: [PATCH] Add rustc_codegen_gcc repo under automation --- repos/rust-lang/rustc_codegen_gcc.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repos/rust-lang/rustc_codegen_gcc.toml diff --git a/repos/rust-lang/rustc_codegen_gcc.toml b/repos/rust-lang/rustc_codegen_gcc.toml new file mode 100644 index 000000000..d707930d6 --- /dev/null +++ b/repos/rust-lang/rustc_codegen_gcc.toml @@ -0,0 +1,11 @@ +org = "rust-lang" +name = "rustc_codegen_gcc" +description = "libgccjit AOT codegen for rustc" +bots = [] + +[access.teams] +compiler = "write" + +[access.individuals] +antoyo = "maintain" +GuillaumeGomez = "write"