]> git.proxmox.com Git - debcargo-conf.git/commitdiff
grcov: Remove tcmalloc feature until rust-tcmalloc is installable
authorJames McCoy <jamessan@debian.org>
Tue, 6 Sep 2022 01:16:55 +0000 (21:16 -0400)
committerJames McCoy <jamessan@debian.org>
Tue, 6 Sep 2022 01:16:55 +0000 (21:16 -0400)
src/grcov/debian/changelog
src/grcov/debian/patches/disable-tcmalloc.diff [new file with mode: 0644]
src/grcov/debian/patches/series

index 0757f22b07c3c5a14fa5c3c78305f84ccf5e8264..785387e3f0f17b285724ae1cb74a4b36399829eb 100644 (file)
@@ -4,8 +4,9 @@ rust-grcov (0.8.11-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
   * Package grcov 0.8.11 from crates.io using debcargo 2.5.0
   * Remove demangle-with-swift feature, since rust-symbolic-demangle is built
     without the swift feature.
+  * Remove tcmalloc feature until rust-tcmalloc is installable.
 
- -- James McCoy <jamessan@debian.org>  Mon, 05 Sep 2022 12:18:17 -0400
+ -- James McCoy <jamessan@debian.org>  Mon, 05 Sep 2022 18:11:13 -0400
 
 rust-grcov (0.8.11-1) unstable; urgency=medium
 
diff --git a/src/grcov/debian/patches/disable-tcmalloc.diff b/src/grcov/debian/patches/disable-tcmalloc.diff
new file mode 100644 (file)
index 0000000..59ce080
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -145,8 +145,3 @@ demangle-no-swift = [
+     "symbolic-demangle/cpp",
+     "symbolic-demangle/rust",
+ ]
+-tc = ["tcmalloc"]
+-
+-[target."cfg(unix)".dependencies.tcmalloc]
+-version = "0.3"
+-optional = true
index 67a6ad043b8a1ce0c9dbf55434e5adcbcf065bdf..511da23d9334c096deb09d2b7c91af31194770b4 100644 (file)
@@ -4,3 +4,4 @@ disable-tests-missing-testdata.diff
 disable-msvc.diff
 bump-symbolic.diff
 disable-swift.diff
+disable-tcmalloc.diff