Skip to content

Commit

Permalink
Parametrize sgx.debug (#3252)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai <[email protected]>
  • Loading branch information
kziemianek and Kailai-Wang authored Feb 10, 2025
1 parent e24c667 commit 625cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/omni-executor.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fs.mounts = [
{ path = "/storage_db", uri = "file:storage_db" },
]

sgx.debug = true
sgx.debug = {{ 'true' if env.get('SGX_DEBUG', '0') == '1' else 'false' }}
sgx.edmm_enable = {{ 'true' if env.get('EDMM', '0') == '1' else 'false' }}


Expand Down

0 comments on commit 625cb3c

Please sign in to comment.