Upgrade Open Enclave to 0.17.7 (#3815)

This commit is contained in:
Amaury Chamayou 2022-05-05 19:55:49 +01:00 коммит произвёл GitHub
Родитель 530754d7a8
Коммит a16d81be96
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 16 добавлений и 10 удалений

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

@ -7,7 +7,7 @@ trigger:
jobs:
- job: build_and_publish_docs
container: ccfciteam/ccf-ci:oe-0.17.6-0-graphviz
container: ccfciteam/ccf-ci:oe-0.17.7-0
pool:
vmImage: ubuntu-20.04

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

@ -20,7 +20,7 @@ parameters:
jobs:
- job: build_v8
container: ccfciteam/ccf-ci:oe-0.17.6-0
container: ccfciteam/ccf-ci:oe-0.17.7-0
pool: 1es-dv4-focal
strategy:

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

@ -27,11 +27,11 @@ schedules:
resources:
containers:
- container: nosgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache -v /lib/modules:/lib/modules:ro
- container: sgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache -v /lib/modules:/lib/modules:ro
variables:

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

@ -23,11 +23,11 @@ schedules:
resources:
containers:
- container: nosgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /dev/shm:/tmp/ccache
- container: sgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:

6
.github/workflows/ci-checks.yml поставляемый
Просмотреть файл

@ -8,10 +8,12 @@ on:
jobs:
checks:
runs-on: ubuntu-20.04
container: ccfciteam/ccf-ci:oe-0.17.6-0
runs-on: ubuntu-latest
container: ccfciteam/ccf-ci:oe-0.17.7-0
steps:
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout repository
uses: actions/checkout@v3

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

@ -16,7 +16,7 @@ pr:
resources:
containers:
- container: sgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:

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

@ -21,7 +21,7 @@ schedules:
resources:
containers:
- container: sgx
image: ccfciteam/ccf-ci:oe-0.17.6-0
image: ccfciteam/ccf-ci:oe-0.17.7-0
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /dev/shm:/tmp/ccache
jobs:

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

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed an issue where new node started without a snapshot would be able to join from a node that started with a snapshot (#3573).
- Fixed consensus issue where a node would grant its vote even though it already knew about the current primary (#3810).
### Changes
- Upgraded Open Enclave to 0.17.7
## [2.0.0-rc8]
### Fixed