forked from balena-os/wifi-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to balena-os#560 Enable builds for the armv6 target. * **Cross.toml**: Add `arm-unknown-linux-gnueabihf` target with necessary environment variables for cross-compiling libdbus. * **Cargo.toml**: Add environment variables for cross-compiling libdbus for the armv6 target under `[target.arm-unknown-linux-gnueabihf.env]`. * **Dockerfile.template**: Add `arm-unknown-linux-gnueabihf` target for the armv6 architecture in the `case` statement. * **.github/workflows/flowzone.yml**: Add `arm-unknown-linux-gnueabihf` target to the `cargo_targets` list.
- Loading branch information
1 parent
c8e6f29
commit 14e4940
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters