From c27191ac6482e10b9e8a1ba4ed6027124d570f25 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Oct 2025 12:30:32 +0300 Subject: niri.spec: Bring back RAYON_NUM_THREADS limit Until we figure out how to bump the fd limits. --- niri.spec.rpkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 9f7a9284..77e8b409 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -139,6 +139,8 @@ install -Dm644 -t %{buildroot}%{_userunitdir} ./resources/niri-shutdown.target %if %{with check} %check +# We're running into file descriptor limits... +export RAYON_NUM_THREADS=2 %cargo_test -- --workspace --exclude niri-visual-tests %endif -- cgit