зеркало из https://github.com/microsoft/CCF.git
Upgrade Open Enclave from 0.18.2 to 0.18.4 (#4510)
This commit is contained in:
Родитель
7683f3e93b
Коммит
77586e2a2c
|
@ -7,7 +7,7 @@ trigger:
|
|||
|
||||
jobs:
|
||||
- job: build_and_publish_docs
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ parameters:
|
|||
|
||||
jobs:
|
||||
- job: build_quictls
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
pool: 1es-dv4-focal
|
||||
|
||||
strategy:
|
||||
|
|
|
@ -29,11 +29,11 @@ schedules:
|
|||
resources:
|
||||
containers:
|
||||
- container: virtual
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
|
||||
|
||||
- container: sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-sgx
|
||||
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 /lib/modules:/lib/modules:ro
|
||||
|
||||
variables:
|
||||
|
|
|
@ -25,11 +25,11 @@ schedules:
|
|||
resources:
|
||||
containers:
|
||||
- container: virtual
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE
|
||||
|
||||
- container: sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-sgx
|
||||
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
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "CCF Development Environment",
|
||||
"image": "ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual",
|
||||
"image": "ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual",
|
||||
"runArgs": [],
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools",
|
||||
|
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
checks:
|
||||
runs-on: ubuntu-latest
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-virtual
|
||||
container: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
|
||||
steps:
|
||||
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
|
|
@ -15,16 +15,16 @@ pr:
|
|||
|
||||
resources:
|
||||
containers:
|
||||
- container: sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-sgx
|
||||
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
|
||||
- container: virtual
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-virtual
|
||||
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro
|
||||
|
||||
jobs:
|
||||
- template: .azure-pipelines-templates/configure.yml
|
||||
|
||||
- template: .azure-pipelines-templates/common.yml
|
||||
parameters:
|
||||
target: SGX
|
||||
target: Virtual
|
||||
env:
|
||||
container: virtual
|
||||
pool: 1es-dv4-focal
|
||||
|
|
|
@ -20,7 +20,7 @@ schedules:
|
|||
resources:
|
||||
containers:
|
||||
- container: sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.2-sgx
|
||||
image: ccfmsrc.azurecr.io/ccf/ci:oe-0.18.4-dcap-ql-dev-sgx
|
||||
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
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.0.0-rc2]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded OpenEnclave to 0.18.4.
|
||||
|
||||
### Changed
|
||||
|
||||
## [3.0.0-rc1]
|
||||
|
||||
[3.0.0-rc1]: https://github.com/microsoft/CCF/releases/tag/ccf-3.0.0-rc1
|
||||
|
@ -1829,3 +1837,4 @@ Initial pre-release
|
|||
[3.0.0-dev6]: https://github.com/microsoft/CCF/releases/tag/ccf-3.0.0-dev6
|
||||
[3.0.0-dev7]: https://github.com/microsoft/CCF/releases/tag/ccf-3.0.0-dev7
|
||||
[3.0.0-rc0]: https://github.com/microsoft/CCF/releases/tag/ccf-3.0.0-rc0
|
||||
[3.0.0-rc2]: https://github.com/microsoft/CCF/releases/tag/ccf-3.0.0-rc2
|
||||
|
|
|
@ -23,7 +23,7 @@ set(CCF_DEB_BASE_DEPENDENCIES
|
|||
)
|
||||
set(CCF_DEB_DEPENDENCIES ${CCF_DEB_BASE_DEPENDENCIES})
|
||||
|
||||
set(OE_VERSION "0.18.2")
|
||||
set(OE_VERSION "0.18.4")
|
||||
if(COMPILE_TARGET STREQUAL "sgx")
|
||||
list(APPEND CCF_DEB_DEPENDENCIES "open-enclave (>=${OE_VERSION})")
|
||||
else()
|
||||
|
|
|
@ -6,7 +6,7 @@ if(NOT COMPILE_TARGET STREQUAL "sgx")
|
|||
endif()
|
||||
|
||||
# Find OpenEnclave package
|
||||
find_package(OpenEnclave 0.18.2 CONFIG REQUIRED)
|
||||
find_package(OpenEnclave 0.18.4 CONFIG REQUIRED)
|
||||
# As well as pulling in openenclave:: targets, this sets variables which can be
|
||||
# used for our edge cases (eg - for virtual libraries). These do not follow the
|
||||
# standard naming patterns, for example use OE_INCLUDEDIR rather than
|
||||
|
|
Загрузка…
Ссылка в новой задаче