Skip to content

Commit 5913d2f

Browse files
authored
Stop building for armv7 and avoid bindgen for aws-lc-rs. (#168)
1 parent 755e119 commit 5913d2f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
platform:
3434
- { os: linux, runner: ubuntu-24.04, target: x86_64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64" }
3535
- { os: linux, runner: ubuntu-24.04, target: aarch64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:aarch64" }
36-
- { os: linux, runner: ubuntu-24.04, target: armv7, container: "ghcr.io/rust-cross/manylinux_2_28-cross:armv7" }
3736
- { os: windows, runner: windows-latest, target: x64 }
3837
- { os: macos, runner: macos-13, target: x86_64 }
3938
- { os: macos, runner: macos-14, target: aarch64 }

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ hyper-rustls = { version = "0.27.5" }
8585
yup-oauth2 = "12.1.0"
8686
rustls = { version = "0.23.25" }
8787
http-body-util = "0.1.3"
88-
aws-lc-rs = { version = "1.12.6", features = ["bindgen"] }

0 commit comments

Comments
 (0)