diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:47:55 +0000 |
commit | 2aadc03ef15cb5ca5cc2af8a7c08e070742f0ac4 (patch) | |
tree | 033cc839730fda84ff08db877037977be94e5e3a /vendor/orion/debian/patches/disable-benches.patch | |
parent | Initial commit. (diff) | |
download | cargo-upstream.tar.xz cargo-upstream.zip |
Adding upstream version 0.70.1+ds1.upstream/0.70.1+ds1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/orion/debian/patches/disable-benches.patch')
-rw-r--r-- | vendor/orion/debian/patches/disable-benches.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/orion/debian/patches/disable-benches.patch b/vendor/orion/debian/patches/disable-benches.patch new file mode 100644 index 0000000..fafbee5 --- /dev/null +++ b/vendor/orion/debian/patches/disable-benches.patch @@ -0,0 +1,23 @@ +Index: orion/Cargo.toml +=================================================================== +--- orion.orig/Cargo.toml ++++ orion/Cargo.toml +@@ -36,6 +36,7 @@ categories = [ + ] + license = "MIT" + repository = "https://github.com/orion-rs/orion" ++autobenches = false + + [package.metadata.docs.rs] + all-features = true +@@ -47,10 +48,6 @@ rustdoc-args = [ + [profile.dev] + opt-level = 1 + +-[[bench]] +-name = "bench" +-harness = false +- + [dependencies.ct-codecs] + version = "1.1.1" + optional = true |