Skip to content

Commit

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

build() {

0 comments on commit 7871e2d

Please sign in to comment.