-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
edgehog-device-runtime/Cargo.toml
Lines 103 to 108 in f95eb33
| "aws-lc-rs/bindgen", | |
| "edgehog-store?/bindgen", | |
| ] | |
| # Feature to make it easier to cross compile the runtime, it requires clang and cmake to be | |
| # installed | |
| cross = ["vendored", "bindgen"] |
Like that we already made on the astarte-message-hub https://github.com/astarte-platform/astarte-message-hub/pull/467/changes#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R52-R57
bindgen = ["astarte-device-sdk/bindgen",
"edgehog-store?/bindgen"]
cross = ["vendored", "bindgen", "astarte-device-sdk/cross"]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working