Skip to content

Commit 2684376

Browse files
disabele testing of ffmpeg-build it takes to long to build ffmpeg
1 parent 36c3530 commit 2684376

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

mstickereditor/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ opt-level = 3
4141

4242
[lints]
4343
workspace = true
44+
45+
46+
[package.metadata.cargo-all-features]
47+
denylist = ["ffmpeg-build"]

mstickerlib/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ lto = true
5555
opt-level = 3
5656

5757
[lints]
58-
workspace = true
58+
workspace = true
59+
60+
61+
[package.metadata.cargo-all-features]
62+
denylist = ["ffmpeg-build"]

0 commit comments

Comments
 (0)