docker-cli: broken

This commit is contained in:
classabbyamp 2024-08-20 07:52:05 -04:00
parent 14d15467b4
commit 099f276b25
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ homepage="https://www.docker.com"
distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
checksum=e60fddb2bd2b4e19790d26b786c930e70fa935168373ef08055f74bbc450bce8
system_groups="docker"
broken="make manpages creates some 444 mode files, then tries delete them and fails"
pre_build() {
go_ldflags+=" -X \"${_cli_ver_path}.BuildTime=$(date +%Y-%m-%dT%H:%M:%SZ)\""