File: 2003_no_dist-tests.patch

package info (click to toggle)
sccache 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,980 kB
  • sloc: sh: 358; cpp: 112; perl: 68; makefile: 32; ansic: 31
file content (18 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: avoid feature dist-tests
 Some needed crates are not available in Debian.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-04-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -153,8 +153,6 @@
   "url",
   "sha2",
 ]
-# Enables dist tests with external requirements
-dist-tests = ["dist-client"]
 
 [workspace]
 exclude = ["tests/test-crate"]