From 5937b84df78d80f3fa33b9b25c6fac822b6ace35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 15 Feb 2024 00:34:33 +0100 Subject: [PATCH] ci: Bump number of inotify user instances We had errors due to limited number of values --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index befc7cf..81fc905 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ workflow: variables: TMPDIR: $CI_BUILDS_DIR/tmpdir before_script: + - echo 8096000 > /proc/sys/fs/inotify/max_user_instances - mkdir -m 700 $TMPDIR -p - dnf update -y - if [ -x /bin/dnf ]; then