Skip to content

Commit 0447aca

Browse files
committed
Hack missing docker env
1 parent 5bf1f70 commit 0447aca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
CARGOFLAGS: --workspace --all-targets --all-features
99
RUST_LOG: trace
1010
RISC0_DEV_MODE: 1
11-
PARALLEL_PROOF_LIMIT: 1
1211

1312
jobs:
1413
formatting:

src/docker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl DockerEnv {
161161
image: Some(config.image),
162162
cmd: Some(config.cmd),
163163
exposed_ports: Some(exposed_ports),
164+
env: Some(vec!["PARALLEL_PROOF_LIMIT=1".to_string()]), // Todo proper env handling
164165
host_config: Some(HostConfig {
165166
port_bindings: Some(port_bindings),
166167
mounts: Some(mounts),

0 commit comments

Comments
 (0)