hashworks pushed to branch main at Arch Linux / Packaging / Packages / vector
Commits: 03322904 by Justin Kromlinger at 2023-08-21T18:03:27+02:00 upgpkg: 0.32.1-1: Dropped --frozen due to build incompatibility - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=vector -pkgver=0.31.0 +pkgver=0.32.1 pkgrel=1 pkgdesc="A high-performance observability data pipeline" arch=("x86_64") @@ -48,8 +48,9 @@ prepare() { build() { cd "${pkgname}" + # --frozen fails atm due to "Unable to update https://github.com/vectordotdev/openssl-src-rs.git?tag=release-300-force-engine+3.1.2" + # Should we provide that manually? cargo build \ - --frozen \ --release \ --locked \ --target "${_target}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/033229043285f51aa91ad3a3adb5c54aa34b3ed6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vector/-/commit/033229043285f51aa91ad3a3adb5c54aa34b3ed6 You're receiving this email because of your account on gitlab.archlinux.org.
