Merge pull request #4267 from cmaf/packaging-config-add-numa

packaging: Add kernel config option for SGX in Gramine
This commit is contained in:
Fabiano Fidêncio
2022-05-17 13:10:24 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1 +1,6 @@
# Intel Software Guard Extensions
CONFIG_X86_SGX=y
# Requirement for Gramine Shielded Containers
CONFIG_NUMA=y

View File

@@ -1 +1 @@
90
91