From ee16eb76bbb872e9117ce2045e250078b0e4c203 Mon Sep 17 00:00:00 2001 From: Chris Dryden Date: Tue, 23 Dec 2025 10:05:10 -0800 Subject: [PATCH] Removing flaky inotify-dir patch --- util/build-gnu.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 2937c1a31a2..7691748fc80 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -223,12 +223,6 @@ sed -i -e "s|---dis ||g" tests/tail/overlay-headers.sh # Do not FAIL, just do a regular ERROR "${SED}" -i -e "s|framework_failure_ 'no inotify_add_watch';|fail=1;|" tests/tail/inotify-rotate-resources.sh -# The notify crate makes inotify_add_watch calls in a background thread, so strace needs -f to follow threads. -# Also remove the HAVE_INOTIFY header check since that's for C builds. -"${SED}" -i -e "s|grep '^#define HAVE_INOTIFY 1' \"\$CONFIG_HEADER\" >/dev/null && is_local_dir_ \. |is_local_dir_ . |" \ - -e "s|strace -e inotify_add_watch|strace -f -e inotify_add_watch|" \ - tests/tail/inotify-dir-recreate.sh - # pr produces very long log and this command isn't super interesting # SKIP for now "${SED}" -i -e "s|my \$prog = 'pr';$|my \$prog = 'pr';CuSkip::skip \"\$prog: SKIP for producing too long logs\";|" tests/pr/pr-tests.pl