From a90c11c936a96e99aab38167dca8032c51a2de55 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 21 Jul 2025 07:13:43 +0000 Subject: [PATCH] eclass/golang-base: Sync with Gentoo It's from Gentoo commit f9ea59b479b0a2564383d347e4778d4dd71e5bc9. Signed-off-by: Mathieu Tortuyaux --- .../src/third_party/portage-stable/eclass/golang-base.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass b/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass index a2996e3b06..cad737fdea 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/golang-base.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: golang-base.eclass @@ -31,9 +31,6 @@ fi # Do not complain about CFLAGS etc since go projects do not use them. QA_FLAGS_IGNORED='.*' -# Upstream does not support stripping go packages -RESTRICT="strip" - # force GO111MODULE to be auto for bug https://bugs.gentoo.org/771129 export GO111MODULE=auto