summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mm1ke@gentoo.org>2025-12-04 19:18:49 +0100
committerMichael Mair-Keimberger <mm1ke@gentoo.org>2025-12-04 19:25:20 +0100
commitba803cdeb2dbfbbcbacbcdf79dfe1011019780f3 (patch)
treeed2ce74208100d4725ac84231ae5602ee0abdfa1
parent48372f568ba55906e2aee08e7ef36dd1815c58b8 (diff)
downloadgentoo-ba803cdeb2dbfbbcbacbcdf79dfe1011019780f3.tar.gz
gentoo-ba803cdeb2dbfbbcbacbcdf79dfe1011019780f3.tar.bz2
gentoo-ba803cdeb2dbfbbcbacbcdf79dfe1011019780f3.zip
dev-util/gitlab-ci-linter: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
-rw-r--r--dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch b/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
deleted file mode 100644
index 95bb444ddc73..000000000000
--- a/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 87b1456..832a1e1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -56,9 +56,7 @@ BUILDTIME?=$(shell date +%FT%T%z)
-
- MAIN_PACKAGE_PATH=$(shell go list . 2> /dev/null)/
- LDFLAGS+=-X $(MAIN_PACKAGE_PATH)config.VERSION=${VERSION} -X $(MAIN_PACKAGE_PATH)config.REVISION=${REVISION} -X $(MAIN_PACKAGE_PATH)config.BUILDTIME=${BUILDTIME}
--ifeq ($(DEBUG),0)
-- LDFLAGS+=-s -w
--else
-+ifneq ($(DEBUG),0)
- LDFLAGS+=-X $(MAIN_PACKAGE_PATH)config.RELEASE=false
- endif
- CYCLOTHRESHOLD?=20