This repository was archived by the owner on Feb 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ curl -X POST -H 'Content-Type: application/corim-unsigned+cbor; profile=http://a
166166
167167if [ -z $SERVERLESS ]; then
168168 echo " =============Running veracruz server"
169- RUST_LOG=error $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
169+ RUST_LOG=error RUNTIME_ENCLAVE_BINARY_PATH= $RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
170170fi
171171
172172
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ curl -X POST -H 'Content-Type: application/corim-unsigned+cbor; profile=http://a
159159
160160if [ -z $SERVERLESS ]; then
161161 echo " =============Running veracruz server"
162- RUST_LOG=error $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
162+ RUST_LOG=error RUNTIME_ENCLAVE_BINARY_PATH= $RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
163163fi
164164
165165
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ curl -X POST -H 'Content-Type: application/corim-unsigned+cbor; profile=http://a
163163
164164if [ -z $SERVERLESS ]; then
165165 echo " =============Running veracruz server"
166- RUST_LOG=error RUNTIME_MANAGER_EIF_PATH=$EIF_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
166+ RUST_LOG=error RUNTIME_MANAGER_EIF_PATH=$EIF_PATH RUNTIME_ENCLAVE_BINARY_PATH= $RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
167167fi
168168
169169
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ curl -X POST -H 'Content-Type: application/corim-unsigned+cbor; profile=http://a
162162
163163if [ -z $SERVERLESS ]; then
164164 echo " =============Running veracruz server"
165- RUST_LOG=error RUNTIME_MANAGER_EIF_PATH=$EIF_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
165+ RUST_LOG=error RUNTIME_MANAGER_EIF_PATH=$EIF_PATH RUNTIME_ENCLAVE_BINARY_PATH= $RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH & > $SERVER_LOG &
166166fi
167167
168168
You can’t perform that action at this time.
0 commit comments