From 7ee88dad81dd6c3f29375f3542b3e2c951362d8d Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 12 Feb 2026 10:06:34 -0600 Subject: [PATCH] remove legacy Rust build config and artifacts --- .cargo/config.toml | 7 ------- .gitignore | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index b370d4b..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,7 +0,0 @@ -# Limit test parallelism to avoid macOS fork() issues with Objective-C runtime. -# Our SNMP isolation uses fork() for crash protection, which conflicts with -# macOS's multi-threaded fork safety checks when many threads fork concurrently. -# On Linux (production target), this limit is not needed but is harmless. -[env] -OBJC_DISABLE_INITIALIZE_FORK_SAFETY = "YES" -RUST_TEST_THREADS = "2" diff --git a/.gitignore b/.gitignore index 1ca3308..33899cf 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,6 @@ data/ .DS_Store Thumbs.db -# Rust (legacy) -target/ - # Nix .direnv/ result