Skip to content

Commit ca0f0c3

Browse files
committed
fix: quote integer kconfig values for kraft compatibility
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent e92aa58 commit ca0f0c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/python-agent-driver/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ unikraft:
99
CONFIG_PAGING: 'n'
1010
CONFIG_LIBUKVMEM: 'n'
1111
CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y'
12-
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: 4
12+
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: '4'
1313
CONFIG_LIBSYSCALL_SHIM_STRACE: 'n'
1414

1515
CONFIG_LIBUKPRINT_KLVL_CRIT: 'y'
@@ -82,7 +82,7 @@ unikraft:
8282

8383
CONFIG_LIBPOSIX_FDTAB_MULTITAB: 'n'
8484

85-
CONFIG_STACK_SIZE_PAGE_ORDER: 10
85+
CONFIG_STACK_SIZE_PAGE_ORDER: '10'
8686

8787
libraries:
8888
app-elfloader:

0 commit comments

Comments
 (0)