Commit 0a803ab
fix(prover-nitro-enclave): use Linux-only deps for real main (base#1757)
The binary's async main, eyre return type, and NitroEnclave import are
#[cfg(target_os = "linux")]; non-Linux builds only compile a panic stub.
Put eyre, base-proof-tee-nitro-enclave, and tokio under
[target.'cfg(target_os = "linux")'.dependencies] so cargo-udeps does not
flag them on other hosts.1 parent 575d758 commit 0a803ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments