We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d8808 commit 2bf04b8Copy full SHA for 2bf04b8
1 file changed
aggregation_mode/build.rs
@@ -42,7 +42,7 @@ fn main() {
42
println!("cargo:rerun-if-changed={}", file);
43
}
44
45
- // Get all the env vars from rust (RUSTC, CARGO_FEATURES, etc)
+ // Get all the env vars from rust (RUSTC, CARGO_FEATURES, etc)
46
// But filter those that don't affect the build of the program
47
let mut flags: Vec<String> = env::vars()
48
.filter(|(k, _)| k != "AGGREGATOR" || k != "RISC0_DEV_MODE" || k != "SP1_PROVER")
0 commit comments