Check the value of fs.inotify.max_user_watches

This commit is contained in:
Jeffrey Serio 2024-03-06 17:05:26 -06:00
parent 0cba771ec6
commit f137a8dcdb

View File

@ -41,6 +41,7 @@ nonfree-build-job:
BUILDAH_ISOLATION: chroot
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
before_script:
- sudo sysctl fs.inotify.max_user_watches
- buildah rm --all
- buildah prune -f
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"