Skip to content

Commit

Permalink
Remove sgxinfo.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jan 14, 2025
1 parent e8c1dc1 commit dbfe429
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
1 change: 0 additions & 1 deletion getting_started/setup_vm/roles/ccf_build/vars/clang15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ debs:
- expect
- git
- ccache
- kmod # modinfo for sgxinfo.sh
- cmake
- libssl-dev
- libnghttp2-dev # experimental http2 support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
become: true
when: run_js|bool

- name: Copy JS generic (SGX)
copy:
src: "/opt/ccf_{{ platform }}/lib/{{ ccf_js_app_name }}.enclave.so.signed"
dest: "/usr/lib/ccf/{{ ccf_js_app_name }}.enclave.so.signed"
remote_src: true
become: true
when: (run_js|bool) and (platform == "sgx")

- name: Copy JS generic (Virtual)
copy:
src: "/opt/ccf_{{ platform }}/lib/{{ ccf_js_app_name }}.virtual.so"
Expand Down
2 changes: 1 addition & 1 deletion getting_started/setup_vm/roles/ccf_install/vars/common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ccf_ver: "latest"
run_js: false
ccf_js_app_name: "libjs_generic"
platform: "sgx"
platform: "snp"
38 changes: 0 additions & 38 deletions samples/scripts/sgxinfo.sh

This file was deleted.

0 comments on commit dbfe429

Please sign in to comment.