mako silent mode

This commit is contained in:
2026-01-27 14:26:32 +01:00
parent 36cf6a4fc3
commit 9f2b5eeaf7
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@
valgrind
fontconfig
plantuml
rustup
rustfmt
treefmt
+4 -1
View File
@@ -59,7 +59,10 @@
#system = "x86_64-linux";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.,
systems = ["x86_64-linux" "aarch64-linux"];
systems = [
"x86_64-linux"
"aarch64-linux"
];
maxJobs = 6;
speedFactor = 6001;
supportedFeatures = [ ];