Skip to content

Commit

Permalink
addpatch: cargo-insta
Browse files Browse the repository at this point in the history
Fix broken rust target.
  • Loading branch information
kxxt authored and felixonmars committed Jul 29, 2023
1 parent 70f7b13 commit 41ebbb3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cargo-insta/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -17,7 +17,7 @@ sha512sums=('2158e2cbc701ea438e1faf8b6bbb34cc8eed7d3cdd334fcdd846e34cbfc5d113409
prepare() {
cd "$pkgname-$pkgver"
export RUSTUP_TOOLCHAIN=stable
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}

build() {

0 comments on commit 41ebbb3

Please sign in to comment.