mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/cargo-make: update rust libc to support loongarch64
This commit is contained in:
parent
ea261dc10b
commit
24a8f98a0c
@ -11,7 +11,9 @@ arch="all !riscv64 !s390x"
|
||||
license="Apache-2.0"
|
||||
makedepends="cargo openssl-dev cargo-auditable"
|
||||
subpackages="$pkgname-bash-completion"
|
||||
source="https://github.com/sagiegurari/cargo-make/archive/$pkgver/cargo-make-$pkgver.tar.gz"
|
||||
source="https://github.com/sagiegurari/cargo-make/archive/$pkgver/cargo-make-$pkgver.tar.gz
|
||||
update-rust-libc.patch
|
||||
"
|
||||
options="!check" # FIXME: some tests are broken
|
||||
|
||||
_cargo_opts="--frozen --no-default-features --features tls-native"
|
||||
@ -42,4 +44,5 @@ package() {
|
||||
|
||||
sha512sums="
|
||||
9e74534863a305b5d0bac867d68a95d210a27cfea122050a5d2ee13508de12db64992a41a518557f8d768386b8011c1727b5f26f3b261509708e2a9803e87ae5 cargo-make-0.37.11.tar.gz
|
||||
93293f75673506deb3d3b167f29ec3ebdfba4ab03935c7230aa71b47f89e12b57d21a8bff5a36293e6b6e37e7ad6fc3431c94fb088410b8739d52d6940dde45d update-rust-libc.patch
|
||||
"
|
||||
|
16
community/cargo-make/update-rust-libc.patch
Normal file
16
community/cargo-make/update-rust-libc.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index bfed3cb..99a4a09 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -818,9 +818,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
-version = "0.2.153"
|
||||
+version = "0.2.155"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
||||
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
Loading…
Reference in New Issue
Block a user