зеркало из https://github.com/microsoft/CCF.git
Upgrade Open Enclave to 0.17.7 (#3815)
This commit is contained in:
Родитель
530754d7a8
Коммит
a16d81be96
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче