mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
testing/beancount-language-server: remove cargo update -p libc from prepare()
Upstream upgraded to libc 0.2.155 in 1c7fe13d64
so remove this `cargo update` call to prevent accidental downgrades in the future
no pkgrel bump is needed because the aport will be built with libc 0.2.155 regardless of whether `cargo update` is present
This commit is contained in:
parent
3f41adc1e3
commit
e3dedfa3cb
@ -14,9 +14,6 @@ options="!check net" # no test suite, fetch dependencies
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
# based on loongarch64 needs
|
||||
cargo update -p libc --precise 0.2.155
|
||||
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user