Commit Graph

4 Commits

Author SHA1 Message Date
Coutinho de Souza
b155c656a0
haredo: remove shell wrapper overhead
There's only three mentions of `sh` in the source code, being only two
of them command calls; thus, is very trivial to patch them directly.
2024-05-16 13:09:03 -03:00
Coutinho de Souza
d3195bd6d5
haredo: format with nixfmt-rfc-style 2024-05-16 12:56:09 -03:00
Gustavo Coutinho de Souza
ea74836d9a
haredo: wrap program with a shell
The program relies on the presence of a shell, specifically `sh`, on its
PATH[1].

Also set `enableParallelChecking` to true, which can speed up the build
proccess significantly, specially when using emulated native compilation
through `binfmt`.

[1]: 34136cfca3/item/src/haredo.ha (L282)
2024-01-14 23:05:58 -03:00
Gustavo Coutinho de Souza
68fee72c52
haredo: init at 1.0.5 2023-12-06 08:07:16 -03:00