From 71847f884a8517724c0acc31d6e3833a6d08643b Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 18 Apr 2026 19:49:32 -0300 Subject: [PATCH] CI: Reduce build parallelism to avoid libgit2-sys race condition --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index d6f33614..0cf9dca5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [build] -rustc-wrapper = "sccache" +jobs = 1 [target.x86_64-unknown-linux-gnu] linker = "clang"