]> git.ipfire.org Git - thirdparty/rsync.git/commit
ci: build test helpers before the valgrind run
authorAndrew Tridgell <andrew@tridgell.net>
Sat, 13 Jun 2026 07:24:18 +0000 (17:24 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Sat, 13 Jun 2026 08:56:32 +0000 (18:56 +1000)
commitaae9534a6be7103c3dfdaf41e7bb08c6320e9bbc
tree3991905fc3e2bd6b1715773acc9fed0f107602cb
parentd0f2444aa59ac15ada3ba2d6aefcb65b0e1e8437
ci: build test helpers before the valgrind run

`make` alone does not build the CHECK_PROGS test helpers (tls, trimslash,
t_chmod_secure, ...), so runtests.py exited immediately with "missing
test helper program(s)", produced no valgrind logs, and the scan step
failed every job with "the suite did not run". Use `make check-progs`,
which builds rsync plus the helpers and symlink fixtures without running
the suite.
.github/workflows/valgrind.yml