Skip to content

Commit

Permalink
enable dcap feature by default (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo authored Sep 25, 2024
1 parent 0491379 commit 413de97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tee-worker/bitacross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/identity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 413de97

Please sign in to comment.