We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72dc9 commit fc9a4e7Copy full SHA for fc9a4e7
.github/workflows/release.yml
@@ -67,9 +67,6 @@ jobs:
67
68
# Check pkg-config finds libudev.pc for the target
69
pkg-config --print-variables libudev || echo "libudev.pc not found"
70
-
71
- # Build the project
72
- cargo build --release --target aarch64-unknown-linux-gnu
73
env:
74
PKG_CONFIG_SYSROOT_DIR: /usr/aarch64-linux-gnu
75
PKG_CONFIG_PATH: /usr/aarch64-linux-gnu/usr/lib/pkgconfig:/usr/aarch64-linux-gnu/usr/share/pkgconfig
@@ -90,9 +87,6 @@ jobs:
90
87
# Verify pkg-config can find target libraries
91
88
92
89
93
- # Build for armv7 target
94
- cargo build --release --target armv7-unknown-linux-gnueabihf
95
96
- name: Set up Rust (nightly)
97
uses: dtolnay/rust-toolchain@stable
98
with:
0 commit comments