We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1f70 commit 0447acaCopy full SHA for 0447aca
.github/workflows/code_checks.yml
@@ -8,7 +8,6 @@ env:
8
CARGOFLAGS: --workspace --all-targets --all-features
9
RUST_LOG: trace
10
RISC0_DEV_MODE: 1
11
- PARALLEL_PROOF_LIMIT: 1
12
13
jobs:
14
formatting:
src/docker.rs
@@ -161,6 +161,7 @@ impl DockerEnv {
161
image: Some(config.image),
162
cmd: Some(config.cmd),
163
exposed_ports: Some(exposed_ports),
164
+ env: Some(vec!["PARALLEL_PROOF_LIMIT=1".to_string()]), // Todo proper env handling
165
host_config: Some(HostConfig {
166
port_bindings: Some(port_bindings),
167
mounts: Some(mounts),
0 commit comments