diff --git a/.drone.yml b/.drone.yml index 37bf22a..85cddd0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,9 @@ steps: - name: debug-inotify image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22 commands: + - grep Seccomp /proc/self/status || true + - cat /proc/self/attr/current || true + - python3 -c "import ctypes; libc=ctypes.CDLL('libc.so.6'); fd=libc.inotify_init(); print('inotify_init:', fd); ret=libc.inotify_add_watch(fd, b'/tmp', 1); print('add_watch:', ret)" 2>&1 || true - ulimit -n - cat /proc/self/limits | grep "Max open files" - apt-get update && apt-get install -y strace