This commit is contained in:
Eddy Ashton 2020-07-27 14:05:38 +01:00 коммит произвёл GitHub
Родитель 5841d5f49a
Коммит c5cd8656cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1 добавлений и 17 удалений

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

@ -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