George Hu pushed to branch main at Arch Linux / Packaging / Packages /
cargo2junit
Commits:
91306755 by George Hu at 2026-05-18T22:47:35+08:00
Set fetch option `--target` to `host-tuple` to fix build error on riscv64
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@
sha256sums=('769d6370fcbeb7f6dfc03c62fbbac8eb8533250a2e270e48f7f54fff6861b415')
prepare() {
cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked --target host-tuple
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo2junit/-/commit/9130675524ee0386ed99b3f24e563b29baf7ea82
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo2junit/-/commit/9130675524ee0386ed99b3f24e563b29baf7ea82
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help