]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Makefile.uk: Remove forceful setting of config
authorAndrei Tatar <andrei@unikraft.io>
Tue, 18 Jul 2023 20:24:57 +0000 (22:24 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 16:00:37 +0000 (16:00 +0000)
commit05f6aeff79ee935905a6dfc990f4e89a49dbd0f1
treefd23ffcd0e1d58ed22d83c63d134d1d2d66062e9
parent2dd18375866eb3ecef7da901569d2be1c8fa62b3
Makefile.uk: Remove forceful setting of config

Previously the python Makefile would forcefully set the Kconfig value
`STACK_SIZE_PAGE_ORDER` to 10, a minimum value for python to work.
This change removes this fairly invasive behavior in favor of an
explicit check and error message if the value is too low.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #15
Makefile.uk