Skip to content

Commit 851e8ba

Browse files
authored
Add Open Enclave binary install now that it is unbundled (#1461)
1 parent 464136c commit 851e8ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

getting_started/setup_vm/app-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- import_role:
99
name: az_dcap
1010
tasks_from: install.yml
11+
- import_role:
12+
name: openenclave
13+
tasks_from: binary_install.yml
1114
- import_role:
1215
name: llvm_repo
1316
tasks_from: install.yml

getting_started/setup_vm/app-run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- import_role:
99
name: az_dcap
1010
tasks_from: install.yml
11+
- import_role:
12+
name: openenclave
13+
tasks_from: binary_install.yml
1114
- import_role:
1215
name: llvm_repo
1316
tasks_from: install.yml

0 commit comments

Comments
 (0)