Skip to content

Commit

Permalink
chore: add features configuration for cargo build in dist-workspace.toml
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 30, 2024
1 parent 1bb2dc4 commit 5230a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ include = ["./config/", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", "README
# Which actions to run on pull requests
pr-run-mode = "upload"
github-build-setup = "../install-arm-linkers.yml"
# Features to pass to cargo build
features = ["release"]

[dist.github-custom-runners]
aarch64-apple-darwin = "macos-latest"
Expand Down

0 comments on commit 5230a17

Please sign in to comment.