Преглед на файлове

New command to replace make SGX_RUN=1

Miti Mazmudar преди 4 години
родител
ревизия
43b9baa00c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docker/deploy_enclaves.sh

+ 1 - 1
docker/deploy_enclaves.sh

@@ -3,7 +3,7 @@
 #To enter a tmux session, use tmux at -t <session_name> where session_name is decryptor, verifier or phpext.
 #List existing sessions by pressing tmux ls.
 
-cd ~/graphene && make SGX_RUN=1 
+cd ~/graphene && make SGX=1 sgx-tokens
 cd ~/source/Decryptor && tmux new-session -d -s dec './app; bash';
 cd ~/graphene/LibOS/shim/test/native && tmux new-session -d -s ver './pal_loader SGX verifier; bash'
 sleep 20; #Should have better logic here to check if the previous command exited successfully (server should only be started after the verifier finishes, or else it will try to do LA with the decryptor and crash'