summaryrefslogtreecommitdiffstats
path: root/debian/patches/disable-TestGetCode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable-TestGetCode.patch')
-rw-r--r--debian/patches/disable-TestGetCode.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/disable-TestGetCode.patch b/debian/patches/disable-TestGetCode.patch
new file mode 100644
index 0000000..64909ea
--- /dev/null
+++ b/debian/patches/disable-TestGetCode.patch
@@ -0,0 +1,12 @@
+Index: golang-github-sigstore-sigstore/pkg/oauthflow/flow_test.go
+===================================================================
+--- golang-github-sigstore-sigstore.orig/pkg/oauthflow/flow_test.go
++++ golang-github-sigstore-sigstore/pkg/oauthflow/flow_test.go
+@@ -1,3 +1,7 @@
++// +build debian_disabled
++
++// causes a weird segfault in debian
++
+ //
+ // Copyright 2021 The Sigstore Authors.
+ //