Skip to content
Snippets Groups Projects
Commit 942e560d authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

testing/watershot: fix build with musl 1.2.4

parent 10709c65
No related branches found
No related tags found
1 merge request!66949Draft: [3.20] main/raspberrypi-bootloader: upgrade to 1.20240524
...@@ -18,13 +18,13 @@ makedepends=" ...@@ -18,13 +18,13 @@ makedepends="
" "
source="https://github.com/Kirottu/watershot/archive/v$pkgver/watershot-$pkgver.tar.gz source="https://github.com/Kirottu/watershot/archive/v$pkgver/watershot-$pkgver.tar.gz
cargo-features.patch cargo-features.patch
bump-getrandom.patch
" "
options="!check" # no tests provided options="!check" # no tests provided
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z" export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
prepare() { prepare() {
default_prepare
cargo fetch --target="$CTARGET" --locked cargo fetch --target="$CTARGET" --locked
} }
...@@ -44,4 +44,5 @@ package() { ...@@ -44,4 +44,5 @@ package() {
sha512sums=" sha512sums="
8997eaf8277c5abc166b064999d3ba7ddfe88b10536aea07cd91a7fc9e3720490fc6343b6b091d1c9e09d5f3de7b9251f01f926a4ad43600681527320bba4209 watershot-0.2.0.tar.gz 8997eaf8277c5abc166b064999d3ba7ddfe88b10536aea07cd91a7fc9e3720490fc6343b6b091d1c9e09d5f3de7b9251f01f926a4ad43600681527320bba4209 watershot-0.2.0.tar.gz
a5b1c7b86970a056894fdb2e9cd174227982764b50fbd96a2765a2d3a1bd729593bee5ac2487dbbc94f247a76bceea17b6bf585c5bc0d734d3e978c8389103c0 cargo-features.patch a5b1c7b86970a056894fdb2e9cd174227982764b50fbd96a2765a2d3a1bd729593bee5ac2487dbbc94f247a76bceea17b6bf585c5bc0d734d3e978c8389103c0 cargo-features.patch
4f32b3965f6adf83282617522a2fc026a24170a92a8c1832e15674c92d0c72efe75d177f193b255e6ddb92b495fd851fc901854f9f9c8d9c42a258591b7cc9f8 bump-getrandom.patch
" "
needs at least 0.2.10 for musl-related fixes
diff --git a/Cargo.lock b/Cargo.lock
index dd3d142..b8adc00 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,9 +538,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "getrandom"
-version = "0.2.8"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
@@ -836,9 +836,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.138"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment