Merge pull request #153525 from veehaitch/sgx-x86_64

linux: enable X86_SGX{_KVM} on x86_64 only
This commit is contained in:
Jörg Thalheim 2022-01-05 16:55:01 +00:00 committed by GitHub
commit d4b954f87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,7 +473,7 @@ let
# Detect buffer overflows on the stack
CC_STACKPROTECTOR_REGULAR = {optional = true; tristate = whenOlder "4.18" "y";};
} // optionalAttrs stdenv.hostPlatform.isx86 {
} // optionalAttrs stdenv.hostPlatform.isx86_64 {
# Enable Intel SGX
X86_SGX = whenAtLeast "5.11" yes;
# Allow KVM guests to load SGX enclaves