mirror of
https://codeberg.org/hyperreal/vauxite-build
synced 2024-11-25 12:23:42 +01:00
Check the value of fs.inotify.max_user_watches
This commit is contained in:
parent
0cba771ec6
commit
f137a8dcdb
@ -41,6 +41,7 @@ nonfree-build-job:
|
|||||||
BUILDAH_ISOLATION: chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
|
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
|
||||||
before_script:
|
before_script:
|
||||||
|
- sudo sysctl fs.inotify.max_user_watches
|
||||||
- buildah rm --all
|
- buildah rm --all
|
||||||
- buildah prune -f
|
- buildah prune -f
|
||||||
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||||
|
Loading…
Reference in New Issue
Block a user