Add in-memory storage

This commit is contained in:
Konstantin Knizhnik
2021-07-12 16:16:21 +03:00
parent 819c2d03d0
commit b05abaa1dd
7 changed files with 362 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
SECCOMP = --with-libseccomp
SECCOMP =
else
SECCOMP =
endif