diff --git a/tee-worker/bitacross/Makefile b/tee-worker/bitacross/Makefile index be5e51e80c..21b7726e5c 100755 --- a/tee-worker/bitacross/Makefile +++ b/tee-worker/bitacross/Makefile @@ -27,7 +27,7 @@ SGX_PRODUCTION ?= 0 ######## Worker Feature Settings ######## # Set offchain-worker as default feature mode WORKER_MODE ?= offchain-worker -RA_METHOD ?= +RA_METHOD ?= dcap SKIP_WASM_BUILD = 1 # include the build settings from rust-sgx-sdk diff --git a/tee-worker/identity/Makefile b/tee-worker/identity/Makefile index 9fbfa8ae77..7502ad23ae 100755 --- a/tee-worker/identity/Makefile +++ b/tee-worker/identity/Makefile @@ -30,7 +30,7 @@ SGX_PRODUCTION ?= 0 WORKER_MODE ?= sidechain WORKER_DEV ?= 0 WORKER_MOCK_SERVER ?= 0 -RA_METHOD ?= +RA_METHOD ?= dcap SKIP_WASM_BUILD = 1 # include the build settings from rust-sgx-sdk