From 099f276b25b6b68bf70f44034f26fb5dc8ead6b9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 20 Aug 2024 07:52:05 -0400 Subject: [PATCH] docker-cli: broken --- srcpkgs/docker-cli/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template index a258f7af73c..9f4c4d852bf 100644 --- a/srcpkgs/docker-cli/template +++ b/srcpkgs/docker-cli/template @@ -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)\""