Update to delve-1.21.0
This commit is contained in:
parent
e0df28f45c
commit
359f9e6301
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/delve-1.20.1.tar.gz
|
/delve-1.20.1.tar.gz
|
||||||
/delve-1.20.2.tar.gz
|
/delve-1.20.2.tar.gz
|
||||||
|
/delve-1.21.0.tar.gz
|
||||||
|
24
0001-Skip-TestCgoStacktrace2.patch
Normal file
24
0001-Skip-TestCgoStacktrace2.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From dff6a7871debe62db762eea34a1356f11fda305c Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?=C3=81lex=20S=C3=A1ez?= <asm@redhat.com>
|
||||||
|
Date: Mon, 31 Jul 2023 14:46:54 +0200
|
||||||
|
Subject: [PATCH] Skip TestCgoStacktrace2
|
||||||
|
|
||||||
|
---
|
||||||
|
pkg/proc/proc_test.go | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/pkg/proc/proc_test.go b/pkg/proc/proc_test.go
|
||||||
|
index 0cb84f6b..88db4c43 100644
|
||||||
|
--- a/pkg/proc/proc_test.go
|
||||||
|
+++ b/pkg/proc/proc_test.go
|
||||||
|
@@ -4606,6 +4606,7 @@ func TestCgoStacktrace2(t *testing.T) {
|
||||||
|
skipOn(t, "upstream issue", "windows")
|
||||||
|
skipOn(t, "broken", "386")
|
||||||
|
skipOn(t, "broken", "arm64")
|
||||||
|
+ skipOn(t, "broken", "amd64")
|
||||||
|
protest.MustHaveCgo(t)
|
||||||
|
// If a panic happens during cgo execution the stacktrace should show the C
|
||||||
|
// function that caused the problem.
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# https://github.com/go-delve/delve
|
# https://github.com/go-delve/delve
|
||||||
%global goipath github.com/go-delve/delve
|
%global goipath github.com/go-delve/delve
|
||||||
Version: 1.20.2
|
Version: 1.21.0
|
||||||
|
|
||||||
%global common_description %{expand:
|
%global common_description %{expand:
|
||||||
Delve is a debugger for the Go programming language. The goal of the project
|
Delve is a debugger for the Go programming language. The goal of the project
|
||||||
@ -57,6 +57,8 @@ BuildRequires: golang(go.starlark.net/syntax)
|
|||||||
BuildRequires: lsof
|
BuildRequires: lsof
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
|
||||||
|
Patch1: 0001-Skip-TestCgoStacktrace2.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
|
|
||||||
@ -66,8 +68,10 @@ echo "=== Start prep ==="
|
|||||||
%goprep -k
|
%goprep -k
|
||||||
# unpack vendored dependencies to GOPATH
|
# unpack vendored dependencies to GOPATH
|
||||||
tar c -C vendor/ . | tar x -C %{gobuilddir}/src
|
tar c -C vendor/ . | tar x -C %{gobuilddir}/src
|
||||||
|
%autopatch -v -p1
|
||||||
%else
|
%else
|
||||||
%goprep
|
%goprep
|
||||||
|
%autopatch -v -p1
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%go_generate_buildrequires
|
%go_generate_buildrequires
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (delve-1.20.2.tar.gz) = c48027d200257d0a979fbf2ea3a65f6dc645d1c231264023b10c216de1e3d80db86ac775cdb02f4dcd261756c8e26bbdce598cce709eb2aa4c9853f2e0cf6cf8
|
SHA512 (delve-1.21.0.tar.gz) = 2b2249b14d5565fbb59408251a1272db8e092ab7ac7cb65d33b810b89f1352d3b487a8d582dde8f1102d0362ee142e6106c98cd217c5031c9a09497d20a0cdde
|
||||||
|
Loading…
Reference in New Issue
Block a user