Skip to content

Commit 46eb178

Browse files
committed
HACK exclude actor-watermark from xtask
1 parent eea7c5c commit 46eb178

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 examples = &[

0 commit comments

Comments
 (0)