Skip to content

Commit

Permalink
addpatch: warp 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Oct 16, 2024
1 parent 82417f2 commit ce4ce5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions warp/riscv64.patch
Original file line number Diff line number Diff line change
@@ -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 [email protected]
+
CARGO_HOME="$srcdir/build/cargo-home" \
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

0 comments on commit ce4ce5a

Please sign in to comment.