+10
@@ -24,6 +24,16 @@ trigger:
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: debug-inotify
|
||||
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
||||
commands:
|
||||
- apt-get update && apt-get install -y strace
|
||||
- strace -e trace=inotify_add_watch -f -o /tmp/inotify.log
|
||||
mvn clean install -DskipTests -B --no-transfer-progress
|
||||
-Dmaven.watcher.disabled=true || true
|
||||
- grep "inotify_add_watch" /tmp/inotify.log | wc -l
|
||||
- head -50 /tmp/inotify.log
|
||||
|
||||
- name: compile
|
||||
image: gitea.violin-work.online/registry/maven:3.9-eclipse-temurin-22
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user