From 16989716d8b7b4e9df8e418d8d5d1e886859edd5 Mon Sep 17 00:00:00 2001 From: LI Qing Date: Wed, 21 Jun 2023 09:49:25 +0800 Subject: [PATCH] Disable DCAP for make submodule with hyper mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d0b4875..6c9178e7 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ else submodule: githooks init-submodule @rm -rf build @# Enclaves used by tools are running in simulation mode by default to run faster. - @$(MAKE) SGX_MODE=SIM MS_BUFFER=1 --no-print-directory -C tools + @$(MAKE) SGX_MODE=SIM MS_BUFFER=1 OCCLUM_DISABLE_DCAP=1 --no-print-directory -C tools @# Apply the sefs-cli's patch for HYPER mode cd deps/sefs && git apply ../sefs-cli_hyper.patch >/dev/null 2>&1 || git apply ../sefs-cli_hyper.patch -R --check @$(MAKE) --no-print-directory -C deps/sefs/sefs-cli clean