Commit 6d1dcfb
cli: fixup Makefile
Due to some quirks in variable precedence, our logic to set the Rust
features didn't do anything. If CLI_FEATURES was set from the
command line, that value would be instead of anything set in the
Makefile.
To fix this, and to make things a little more clear, introduce a new
variable RUST_CLI_FEATURES.
Note that previously we were appending "all-attesters" to the
CLI_FEATURES. With this approach we do not do that.
Signed-off-by: Tobin Feldman-Fitzthum <tfeldmanfitz@nvidia.com>1 parent 6bc500c commit 6d1dcfb
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments