Update .drone.yml
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-07-10 03:29:08 +00:00
parent e83d1d4fff
commit 805762c110
+3
View File
@@ -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