Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Vavala <[email protected]>
  • Loading branch information
bvavala committed Mar 20, 2024
1 parent 956d70d commit 1751512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/tools/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export PDO_ENCLAVE_CODE_SIGN_PEM=${PDO_SGX_KEY_ROOT}/enclave_code_sign.pem

# these are only used for configuration and registration
# they are not used at build or run time
export PDO_SPID="$(cat ${PDO_SGX_KEY_ROOT}/sgx_spid.txt || cat ${XFER_DIR}/services/keys/sgx/sgx_spid.txt)"
export PDO_SPID_API_KEY="$(cat ${PDO_SGX_KEY_ROOT}/sgx_spid_api_key.txt || cat ${XFER_DIR}/services/keys/sgx/sgx_spid_api_key.txt)"
export PDO_SPID="$(cat ${PDO_SGX_KEY_ROOT}/sgx_spid.txt)"
export PDO_SPID_API_KEY="$(cat ${PDO_SGX_KEY_ROOT}/sgx_spid_api_key.txt)"

# set up the ccf directories, ccf_base is where the ccf
# core is installed, ccf_pdo_dir is where the pdo tp
Expand Down
1 change: 0 additions & 1 deletion eservice/bin/register-with-ledger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function Register {
else
die unsupported ledger ${PDO_LEDGER_TYPE}
fi
yell Registration completed
fi
}

Expand Down
2 changes: 1 addition & 1 deletion interpreters/wasm-micro-runtime

0 comments on commit 1751512

Please sign in to comment.