From ce4ce5aefead057626b6e22bfe637f25195f74e0 Mon Sep 17 00:00:00 2001 From: Cryolitia PukNgae Date: Wed, 16 Oct 2024 22:12:42 +0800 Subject: [PATCH] addpatch: warp 0.7.0 --- warp/riscv64.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 warp/riscv64.patch diff --git a/warp/riscv64.patch b/warp/riscv64.patch new file mode 100644 index 000000000..ba499e5ed --- /dev/null +++ b/warp/riscv64.patch @@ -0,0 +1,12 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -41,6 +41,9 @@ prepare() { + # Fix buld with Rust 1.80.0 + cargo update time --precise 0.3.36 + ++ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml ++ cargo update -p ring@0.16.20 ++ + CARGO_HOME="$srcdir/build/cargo-home" \ + cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')" + }