remove legacy Rust build config and artifacts

This commit is contained in:
Graham McIntire 2026-02-12 10:06:34 -06:00
parent 4e6dd45415
commit 7ee88dad81
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

@ -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"

3
.gitignore vendored
View file

@ -23,9 +23,6 @@ data/
.DS_Store
Thumbs.db
# Rust (legacy)
target/
# Nix
.direnv/
result