Skip to content

Commit c323270

Browse files
authored
[turbopack] enable the signal feature of nix (#83473)
This is needed by `prepared_app.rs` to manage subprocesses. Without this we are seeing build breakages in CI e.g https://github.com/vercel/next.js/runs/49662155436 This was triggered by the nix upgrade in #83414
1 parent 2a9e842 commit c323270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbopack-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ turbopack-create-test-app = { workspace = true }
4040
url = { workspace = true }
4141

4242
[target.'cfg(unix)'.dependencies]
43-
nix = "0.30.1"
43+
nix = { version="0.30.1", features=["signal"] }

0 commit comments

Comments
 (0)