Update dependencies for quote-ex (#2146)

This commit is contained in:
Amaury Chamayou 2021-02-04 13:48:57 +00:00 коммит произвёл GitHub
Родитель 1ec9d60027
Коммит 61bebe0ddd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 8 добавлений и 6 удалений

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

@ -7,7 +7,7 @@ trigger:
jobs:
- job: build_and_publish_docs
container: ccfciteam/ccf-ci:oe0.13.0
container: ccfciteam/ccf-ci:oe0.13.0-quote-ex
pool:
vmImage: ubuntu-18.04

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

@ -25,11 +25,11 @@ schedules:
resources:
containers:
- container: nosgx
image: ccfciteam/ccf-ci:oe0.13.0
image: ccfciteam/ccf-ci:oe0.13.0-quote-ex
options: --publish-all --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache -v /lib/modules:/lib/modules:ro
- container: sgx
image: ccfciteam/ccf-ci:oe0.13.0
image: ccfciteam/ccf-ci:oe0.13.0-quote-ex
options: --publish-all --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache -v /lib/modules:/lib/modules:ro
variables:

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

@ -21,11 +21,11 @@ schedules:
resources:
containers:
- container: nosgx
image: ccfciteam/ccf-ci:oe0.13.0
image: ccfciteam/ccf-ci:oe0.13.0-quote-ex
options: --publish-all --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache
- container: sgx
image: ccfciteam/ccf-ci:oe0.13.0
image: ccfciteam/ccf-ci:oe0.13.0-quote-ex
options: --publish-all --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:

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

@ -21,7 +21,7 @@ schedules:
resources:
containers:
- container: sgx
image: ccfciteam/ccf-ci:oe0.13.0
image: ccfciteam/ccf-ci:oe0.13.0-quote-ex
options: --publish-all --device /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:

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

@ -20,6 +20,8 @@ intel_sgx_dev_packages:
intel_dcap_packages:
- "libsgx-dcap-ql"
- "libsgx-urts"
- "libsgx-quote-ex"
intel_dcap_dev_packages:
- "libsgx-dcap-ql-dev"
- "sgx-aesm-service"