File: t-keyprovider.patch

package info (click to toggle)
golang-github-containers-ocicrypt 1.1.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: sh: 242; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: golang-github-containers-ocicrypt/keywrap/keyprovider/keyprovider_test.go
===================================================================
--- golang-github-containers-ocicrypt.orig/keywrap/keyprovider/keyprovider_test.go
+++ golang-github-containers-ocicrypt/keywrap/keyprovider/keyprovider_test.go
@@ -1,3 +1,7 @@
+//go:build debian_disable
+
+// requires network connectivity, disable in debian
+
 /*
    Copyright The ocicrypt Authors.