File: disable-tests-missing-examples.patch

package info (click to toggle)
rust-ttrpc 0.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: makefile: 29
file content (12 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: ttrpc/Cargo.toml
===================================================================
--- ttrpc.orig/Cargo.toml
+++ ttrpc/Cargo.toml
@@ -24,6 +24,7 @@ keywords = [
 ]
 license = "Apache-2.0"
 repository = "https://github.com/containerd/ttrpc-rust"
+autotests = false
 
 [package.metadata.docs.rs]
 all-features = true