Remove SGX-specific dependencies from release playbooks (#6447)

This commit is contained in:
Amaury Chamayou 2024-08-22 12:06:49 +01:00 коммит произвёл GitHub
Родитель 542bba87c7
Коммит 56fd6b79f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 5 добавлений и 37 удалений

2
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -16,7 +16,7 @@ Steps to reproduce the behavior.
A clear and concise description of what you expected to happen.
**Environment information**
Version of the code being used, versions of dependencies, relevant environment info where applicable (OS, SGX driver...).
Version of the code being used, versions of dependencies, relevant environment info where applicable (OS, Platform component details...).
**Additional context**
Add any other context about the problem here.

Просмотреть файл

@ -1,28 +1,12 @@
- hosts: localhost
vars:
run_only: false
platform: "sgx"
clang_version: "11"
platform: "snp"
clang_version: "15"
tasks:
- import_role:
name: llvm_repo
tasks_from: install.yml
when: clang_version == "15"
- import_role:
name: intel
tasks_from: sgx-psw.yml
when: platform == "sgx"
- import_role:
name: intel
tasks_from: sgx-group.yml
when: platform == "sgx"
- import_role:
name: az_dcap
tasks_from: install.yml
- import_role:
name: openenclave
tasks_from: binary_install.yml
when: platform == "sgx"
- import_role:
name: ccf_build
tasks_from: install.yml

Просмотреть файл

@ -1,28 +1,12 @@
- hosts: localhost
vars:
run_only: true
platform: "sgx"
clang_version: "11"
platform: "snp"
clang_version: "15"
tasks:
- import_role:
name: llvm_repo
tasks_from: install.yml
when: clang_version == "15"
- import_role:
name: intel
tasks_from: sgx-psw.yml
when: platform == "sgx"
- import_role:
name: intel
tasks_from: sgx-group.yml
when: platform == "sgx"
- import_role:
name: az_dcap
tasks_from: install.yml
- import_role:
name: openenclave
tasks_from: binary_install.yml
when: platform == "sgx"
- import_role:
name: ccf_install
tasks_from: deb_install.yml