Skip to content

Commit

Permalink
cdh: will not include aliyun KMS plugin for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 authored and fitzthum committed Oct 30, 2023
1 parent c94cf27 commit 615a46f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion confidential-data-hub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ endif
ifdef PROVIDER
features += $(PROVIDER)
else
features += aliyun
ifneq ($(ARCH), s390x)
$(info INFO: Aliyun KMS plugins will be built in by default)
features += aliyun
endif
endif

ifeq ($(LIBC), musl)
Expand Down

0 comments on commit 615a46f

Please sign in to comment.