remove legacy Rust build config and artifacts
This commit is contained in:
parent
4e6dd45415
commit
7ee88dad81
2 changed files with 0 additions and 10 deletions
|
|
@ -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
3
.gitignore
vendored
|
|
@ -23,9 +23,6 @@ data/
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Rust (legacy)
|
||||
target/
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue