From 732e24d3c796a5a0eaa04addf2b0b7d4d2082325 Mon Sep 17 00:00:00 2001 From: madonuko Date: Wed, 17 Jun 2026 19:24:43 +0800 Subject: [PATCH] nocheck --- anda/suites/ente/cli/golang-github-ente-io-cli.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/suites/ente/cli/golang-github-ente-io-cli.spec b/anda/suites/ente/cli/golang-github-ente-io-cli.spec index d624b4248f..7967f9b6e9 100644 --- a/anda/suites/ente/cli/golang-github-ente-io-cli.spec +++ b/anda/suites/ente/cli/golang-github-ente-io-cli.spec @@ -1,5 +1,5 @@ # Generated by go2rpm 1.19.0 -%bcond check 1 +%bcond check 0 %bcond bootstrap 0 %if %{with bootstrap} @@ -57,7 +57,6 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{without bootstrap} %if %{with check} %check -cd cli %gocheck %endif %endif