Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / mergiraf
Commits: 8fb51904 by VCal V at 2024-12-08T02:34:16+00:00 Only build the binary that is actually installed As is stood, mgf_dev was also built but never installed. This is wasteful since the linking time alone is long. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -17,7 +17,7 @@ sha512sums=('7d5733517db1f1599399ebb2f665f228ea56ec7b52373644c18312ab3ea3285b44d build() { cd "$pkgname" - cargo build --release --all-features --locked + cargo build --release --all-features --locked --bin mergiraf } check() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mergiraf/-/commit/8fb51904c49b7ced3d90f9dd8d582f2be375ecce -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mergiraf/-/commit/8fb51904c49b7ced3d90f9dd8d582f2be375ecce You're receiving this email because of your account on gitlab.archlinux.org.