Skip to content

Commit 7f1bc77

Browse files
committed
fix: remove unnecessary strace disable workaround
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent ca0f0c3 commit 7f1bc77

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/python-agent-driver/kraft.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ unikraft:
1010
CONFIG_LIBUKVMEM: 'n'
1111
CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y'
1212
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: '4'
13-
CONFIG_LIBSYSCALL_SHIM_STRACE: 'n'
1413

1514
CONFIG_LIBUKPRINT_KLVL_CRIT: 'y'
1615
CONFIG_LIBUKPRINT_PRINT_TIME: 'n'
@@ -82,8 +81,6 @@ unikraft:
8281

8382
CONFIG_LIBPOSIX_FDTAB_MULTITAB: 'n'
8483

85-
CONFIG_STACK_SIZE_PAGE_ORDER: '10'
86-
8784
libraries:
8885
app-elfloader:
8986
source: https://github.com/danbugs/app-elfloader.git

0 commit comments

Comments
 (0)