Skip to content

Commit 91c3406

Browse files
Cryolitiafelixonmars
authored andcommitted
addpatch: warp 0.7.0
1 parent 30480ed commit 91c3406

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

warp/riscv64.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- PKGBUILD
2+
+++ PKGBUILD
3+
@@ -41,6 +41,9 @@ prepare() {
4+
# Fix buld with Rust 1.80.0
5+
cargo update time --precise 0.3.36
6+
7+
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
8+
+ cargo update -p [email protected]
9+
+
10+
CARGO_HOME="$srcdir/build/cargo-home" \
11+
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
12+
}

0 commit comments

Comments
 (0)