Skip to content

Commit 91e5e3b

Browse files
authored
Merge pull request #927 from ipfs-force-community/chore/0x5459/modify-default_inherit_envs-to-true
chore(config): inherit_envs => true
2 parents 137c178 + 8b02bde commit 91e5e3b

File tree

1 file changed

+1
-1
lines changed
  • damocles-worker/src/sealing/processor/external

1 file changed

+1
-1
lines changed

damocles-worker/src/sealing/processor/external/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub struct Ext {
5353

5454
#[inline]
5555
fn default_inherit_envs() -> bool {
56-
false
56+
true
5757
}
5858

5959
#[inline]

0 commit comments

Comments
 (0)