mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
remove benchmark from all_features_oss
This commit is contained in:
@@ -12,6 +12,7 @@ if [[ -f "$CARGO_TOML_PATH" ]]; then
|
||||
sed -n '/\[features\]/,/^\[/p' | \
|
||||
grep -E '^[a-zA-Z0-9_-]+' | \
|
||||
grep -v 'private' | \
|
||||
grep -v 'benchmark' | \
|
||||
cut -d' ' -f1 | \
|
||||
paste -sd ',' -
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user