Skip to content

Commit

Permalink
exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Feb 8, 2024
1 parent 796a136 commit 2de163b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build-system/scripts/remote_run_script
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ ssh -A -F $SSH_CONFIG_PATH $IP "
export ECR_DEPLOY_URL=$ECR_DEPLOY_URL
export ECR_URL=$ECR_URL
export BUILD_SYSTEM_DEBUG=${BUILD_SYSTEM_DEBUG:-}
# temporary to get env avm env var into the spot instance
export AVM_ENABLED=${AVM_ENABLED:-}
./remote_runner $@
"
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function temporaryMapAvmReturnTypes(

const returnValues = result.output;

// TODO: NOT SUPPORTED YET, make sure hashing and log resolution is done correctly
// TODO(follow up in pr tree): NOT SUPPORTED YET, make sure hashing and log resolution is done correctly
// Disabled.
const nestedExecutions: PublicExecutionResult[] = [];
const newNullifiers: SideEffectLinkedToNoteHash[] = [];
Expand Down

0 comments on commit 2de163b

Please sign in to comment.