Explorar el Código

fix(justfile): comment out redundant static musl build

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens hace 2 años
padre
commit
0acf88d10a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Justfile

+ 1 - 1
Justfile

@@ -179,7 +179,7 @@ alias c := cross
     just binary eza x86_64-unknown-linux-gnu
     # just binary_static eza x86_64-unknown-linux-gnu
     just binary eza x86_64-unknown-linux-musl
-    just binary_static eza x86_64-unknown-linux-musl
+    # just binary_static eza x86_64-unknown-linux-musl
 
     ### aarch
     just binary eza aarch64-unknown-linux-gnu