Skip to content

Commit

Permalink
build: Specify default-members in Cargo toml
Browse files Browse the repository at this point in the history
This way we don't build xtask by default, hence we don't build
unnecessary dependencies when performing release builds on CI.
  • Loading branch information
vadorovsky committed Sep 8, 2023
1 parent 222f782 commit 53ab23e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ members = [
"xtask",
"test-suite",
]
default-members = [
"crates/modules/file-system-monitor",
"crates/modules/process-monitor",
"crates/modules/network-monitor",
"crates/modules/rules-engine",
"crates/modules/logger",
"crates/modules/desktop-notifier",
"crates/pulsar-core",
"crates/bpf-common",
"crates/bpf-builder",
"crates/engine-api",
"crates/validatron",
"crates/bpf-filtering"
]

[workspace.package]
version = "0.6.0"
Expand Down

0 comments on commit 53ab23e

Please sign in to comment.