soju/cmd
delthas 9647711921 Fix build on systems without syscall.Rlimit
On some systems (namely Windows), syscall.Rlimit is not defined, and
makes the build fail.

This fixes the build by making the rlimit calls only run on archs where
it is defined, defaulting to a stub on other systems.

See: 8427429c59
2022-03-21 09:39:54 +01:00
..
soju Fix build on systems without syscall.Rlimit 2022-03-21 09:39:54 +01:00
sojuctl sojuctl: use background context 2021-11-17 11:54:28 +01:00