Skip to content

Commit

Permalink
sgx: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Aug 21, 2024
1 parent 8ffe65a commit 075e9e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/tasks/sgx_setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---

- name: "Set WASM VM env. variable to SGX"
shell: "echo 'FAASM_WASM_VM=sgx' >> /home/{{ ansible_user }}/.bash_aliases"
shell: "echo 'export FAASM_WASM_VM=sgx' >> /home/{{ ansible_user }}/.bash_aliases"

- name: "Set WASM VM env. variable to SGX"
shell: "echo 'export PATH=$PATH:/home/{{ ansible_user }}/.local/bin' >> /home/{{ ansible_user }}/.bash_aliases"

0 comments on commit 075e9e5

Please sign in to comment.