mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
Remove tests/fuzz as OpenBSD isn't supported platform for running fuzzing
|
|
|
|
Index: Cargo.toml
|
|
--- Cargo.toml.orig
|
|
+++ Cargo.toml
|
|
@@ -1,5 +1,5 @@
|
|
[workspace]
|
|
-members = ["crates/*", "docs", "tests", "tests/fuzz", "tests/wrapper"]
|
|
+members = ["crates/*", "docs", "tests", "tests/wrapper"]
|
|
default-members = ["crates/typst-cli"]
|
|
resolver = "2"
|
|
|