Skip to content

Commit 15c41b7

Browse files
committed
HACK exclude actor-watermark from xtask
1 parent 26cde63 commit 15c41b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ fn main() -> anyhow::Result<()> {
9191
path.map(|p| p.path().file_stem().unwrap().to_str().unwrap().to_string())
9292
.ok()
9393
})
94+
// HACK this needs a Cargo feature to compile
95+
.filter(|path| !path.contains("actor-watermark"))
9496
.collect();
9597

9698
let opts = Options::from_args();

0 commit comments

Comments
 (0)