Skip to content

Commit

Permalink
feat(container-tee_prover): use --env-prefix for tee-key-preexec
Browse files Browse the repository at this point in the history
With (teepot PR 196)[matter-labs/teepot#196] merged,
update the `flake.lock` for `teepot`
to use the `--env-prefix` argument for `tee-key-preexec`.

This aligns the environment variable names, which were changed in
#2764

Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Sep 3, 2024
1 parent 0c023f8 commit d6e47b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions etc/nix/container-tee_prover.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ nixsgxLib.mkSGXContainer {
loader = {
argv = [
entrypoint
"--env-prefix"
"TEE_PROVER_"
"--"
"${tee_prover}/bin/zksync_tee_prover"
];

Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6e47b7

Please sign in to comment.