summaryrefslogtreecommitdiff
path: root/dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2025-12-04 18:30:45 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2025-12-04 18:30:45 +0000
commit3ee84d976f959034ecf3b0347f74486084e493bb (patch)
treeab777cf7c3cf928e5983dc0094d73814aec224ae /dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch
parent26f53ff11013ab4ccb8816d812148f7850458899 (diff)
parent64a3a0e16b87d21e6b98b169e3a237581ac90816 (diff)
downloadgentoo-3ee84d976f959034ecf3b0347f74486084e493bb.tar.gz
gentoo-3ee84d976f959034ecf3b0347f74486084e493bb.tar.bz2
gentoo-3ee84d976f959034ecf3b0347f74486084e493bb.zip
Merge updates from master
Diffstat (limited to 'dev-util/gitlab-ci-linter/files/gitlab-ci-linter-no-strip.patch')
-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