Skip to content

Commit

Permalink
addpatch: dive
Browse files Browse the repository at this point in the history
Go's -race is not supported on riscv64.
  • Loading branch information
hack3ric authored and felixonmars committed Jul 29, 2023
1 parent a75042c commit 2408413
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dive/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -30,6 +30,7 @@ build() {

check() {
cd "$pkgname-$pkgver"
+ sed -i 's|go test -race|go test|' Makefile
make test
}

0 comments on commit 2408413

Please sign in to comment.