taskchampion icon indicating copy to clipboard operation
taskchampion copied to clipboard

run C bindings via valgrind in CI

Open djmitche opened this issue 2 years ago • 2 comments

See @dbr's comment in https://github.com/taskchampion/taskchampion/pull/332#issuecomment-1057580024 for how this was run manually.

djmitche avatar Mar 05 '22 16:03 djmitche

Haven't tested but https://github.com/jfrimmel/cargo-valgrind seems pretty good from a skim of it's source

Only minor issue is the project doesn't seem to include prebuilt binaries (but it barely has any dependencies so should build quickly, and we can just cache the install via the GH Actions cache step)

dbr avatar Mar 07 '22 01:03 dbr

Nice find! My googling around suggested it required a lot more setup than that :)

djmitche avatar Mar 07 '22 23:03 djmitche

With #409, This is no longer a useful idea in this repo.

djmitche avatar Jun 29 '24 22:06 djmitche