From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E112715800A for ; Fri, 18 Aug 2023 16:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F9732BC014; Fri, 18 Aug 2023 16:42:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A80C2BC014 for ; Fri, 18 Aug 2023 16:42:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ABD0335C20 for ; Fri, 18 Aug 2023 16:42:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0819DDAC for ; Fri, 18 Aug 2023 16:42:14 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1692376929.87aa5093a29de772425c90b0d27e8bf57ba8c28c.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.21.0.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 87aa5093a29de772425c90b0d27e8bf57ba8c28c X-VCS-Branch: master Date: Fri, 18 Aug 2023 16:42:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e00e815d-e478-46a8-a1ca-99d72a82012f X-Archives-Hash: 4f16069f25db5b0a7cbb31a4b0c4e73e commit: 87aa5093a29de772425c90b0d27e8bf57ba8c28c Author: William Hubbs gentoo org> AuthorDate: Fri Aug 18 16:41:31 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Aug 18 16:42:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87aa5093 dev-lang/go: cleanup Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-1.21.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-lang/go/go-1.21.0.ebuild b/dev-lang/go/go-1.21.0.ebuild index 56317b3b9f06..f89ba97d1fff 100644 --- a/dev-lang/go/go-1.21.0.ebuild +++ b/dev-lang/go/go-1.21.0.ebuild @@ -161,13 +161,10 @@ src_test() { cd src # https://github.com/golang/go/issues/42005 - rm cmd/link/internal/ld/fallocate_test.go || true + rm cmd/link/internal/ld/fallocate_test.go || die PATH="${GOBIN}:${PATH}" \ ./run.bash -no-rebuild -k || die "tests failed" - cd .. - rm -fr pkg/*_race || die - rm -fr pkg/obj/go-build || die } src_install() {