Skip to content

Commit

Permalink
updpatch: maturin 1.8.1-2
Browse files Browse the repository at this point in the history
Tests seem to timeout (didn't run before), still needs investigation.
  • Loading branch information
felixonmars committed Jan 6, 2025
1 parent ffe67a9 commit 2465750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maturin/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git PKGBUILD PKGBUILD
index e110635..b6b3ec6 100644
index ee884de..62afbd0 100644
--- PKGBUILD
+++ PKGBUILD
@@ -41,7 +41,9 @@ _pick() {
@@ -38,7 +38,9 @@ b2sums=('98f7f159c28d7b773a8daa103c1d2280a6ceab979d3d564d3c3ae47f9540c6307cfbde0

prepare() {
cd $pkgbase-$pkgver
cd $pkgbase
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
Expand Down

0 comments on commit 2465750

Please sign in to comment.