Commit graph

4 commits

Author SHA1 Message Date
Benjamin Lee
2e03b39cdd
kill dangling docker containers in complement run
This is a stupid hack and I hate it, but we do need to support
concurrent complement runs if we want to do this in CI.
2024-09-24 15:52:29 -07:00
Benjamin Lee
0eee282558
handle cancellation in complement wrapper
What a mess lmao
2024-09-24 15:42:12 -07:00
Benjamin Lee
e4e224f5dc
add live progress display to complement wrapper
Added the `derive` feature to the workspace serde dependency here.
Previously, the dependency was only used in the main package, which
ended up enabling the `derive` feature through transitive serde
dependencies. This is not the case for xtask, so we need to enable it
explicitly.
2024-09-24 11:25:52 -07:00
Benjamin Lee
ef6eb27b9b
add complement wrapper xtask script 2024-09-24 11:25:52 -07:00