Skip to content

Commit 49e58f9

Browse files
committed
ci(dist): specify feature flags for build
1 parent 4d44d77 commit 49e58f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ci = "github"
1111
installers = []
1212
# Target platforms to build apps for (Rust target-triple syntax)
1313
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
14+
# Specify feature-flags that should be passed to a Cargo package when building it
15+
features = ["xdp"]
1416
# Which actions to run on pull requests
1517
pr-run-mode = "plan"
1618
# Whether to install an updater program

0 commit comments

Comments
 (0)