Skip to content

Commit

Permalink
fixpatch: maturin
Browse files Browse the repository at this point in the history
Remove unnecessary error handling for the updated clean patch.
  • Loading branch information
felixonmars committed Jul 10, 2022
1 parent 435b833 commit d01bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maturin/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Index: PKGBUILD
prepare() {
cd $pkgname-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ patch -p1 -i ../add-riscv64-support.patch || :
+ patch -p1 -i ../add-riscv64-support.patch
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
+ cargo fetch --locked
Expand Down

0 comments on commit d01bd94

Please sign in to comment.