We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7383e8b commit f69600bCopy full SHA for f69600b
1 file changed
aggregation_mode/build.rs
@@ -5,7 +5,7 @@ fn main() {
5
output_directory: Some("./aggregation_programs/sp1/elf".to_string()),
6
// We use Docker to generate a reproducible ELF that will be identical across all platforms
7
// (https://docs.succinct.xyz/docs/sp1/writing-programs/compiling#production-builds)
8
- docker: true,
+ docker: true,
9
..Default::default()
10
}
11
});
0 commit comments