George Hu pushed to branch main at Arch Linux / Packaging / Packages / binocle
Commits:
1e0e437d by George Hu at 2026-05-17T17:23:04+08:00
Set fetch option `--target` to `host-tuple` to fix build error on riscv64
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -15,7 +15,7 @@
sha512sums=('d4d2e225723e72d991eac9dc91c0056c902eeabbe046161447c4a8a4e3200515b5d
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/binocle/-/commit/1e0e437d4aba4089182c4ca605e63d8f0e199be9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binocle/-/commit/1e0e437d4aba4089182c4ca605e63d8f0e199be9
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