зеркало из https://github.com/microsoft/CCF.git
Remove local copy of OE (#1437)
This commit is contained in:
Родитель
5841d5f49a
Коммит
c5cd8656cf
|
@ -33,11 +33,6 @@ steps:
|
|||
--common-dir ./workspace/start_network_common/
|
||||
displayName: Test installed CCF
|
||||
|
||||
- script: |
|
||||
INSTALL_PREFIX=`cat /tmp/install_prefix`
|
||||
cp -r /opt/openenclave $INSTALL_PREFIX
|
||||
displayName: Copy OE into install dir
|
||||
|
||||
- script: |
|
||||
INSTALL_PREFIX=`cat /tmp/install_prefix`
|
||||
tar czf $(Build.ArtifactStagingDirectory)/ccf.tar.gz ${INSTALL_PREFIX##/opt/}
|
||||
|
|
|
@ -29,12 +29,7 @@ if((NOT ${IS_VALID_TARGET}))
|
|||
)
|
||||
endif()
|
||||
|
||||
# Find OpenEnclave package, preferring local version if found (in the install
|
||||
# case)
|
||||
find_package(
|
||||
OpenEnclave 0.10 CONFIG PATHS ${CMAKE_CURRENT_LIST_DIR}/../openenclave
|
||||
NO_DEFAULT_PATH
|
||||
)
|
||||
# Find OpenEnclave package
|
||||
find_package(OpenEnclave 0.10 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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# Enclave settings:
|
||||
NumHeapPages=50000
|
||||
NumStackPages=1024
|
||||
NumTCS=8
|
||||
ProductID=1
|
||||
SecurityVersion=1
|
Загрузка…
Ссылка в новой задаче