Skip to content

Commit

Permalink
updpatch: cargo-nextest 0.9.64-1
Browse files Browse the repository at this point in the history
Successfully built without ring patch
  • Loading branch information
moui0 authored and felixonmars committed Dec 4, 2023
1 parent e1c6af8 commit 8b420e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cargo-nextest/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -18,7 +18,9 @@ options=('!lto')
@@ -18,7 +18,7 @@ options=('!lto')
prepare() {
mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ echo -e "[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 8b420e1

Please sign in to comment.