File: 2004_reduce_tests.patch

package info (click to toggle)
rust-tonic 0.12.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,268 kB
  • sloc: sh: 122; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: avoid checking examples in build-time test
 Requires differently-versioned-in-Debian crates
 hyper-rustls and tower-http.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-03-15
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@
   "tonic-types",
   "tonic-reflection",
   "tonic-web", # Non-published crates
-  "examples",
+  #"examples",
   "codegen",
-  "interop", # Tests
+  #"interop", # Tests
   "tests/disable_comments",
   "tests/included_service",
   "tests/same_name",