Skip to content

Commit

Permalink
kraft.yaml: Use stable version for all components
Browse files Browse the repository at this point in the history
This has the benefit of not requiring updates whenever there is a new
version release of Unikraft components.

Signed-off-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Approved-by: Alexander Jung <alex@unikraft.org>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request-Closes: #7
  • Loading branch information
razvand authored and unikraft-bot committed Aug 29, 2022
1 parent 45761b8 commit b1fe10f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions kraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
specification: '0.5'
name: python3
unikraft:
version: '0.4'
version: 9bf6e63
kconfig:
- CONFIG_LIBUK9P=y
- CONFIG_LIB9PFS=y
Expand All @@ -15,13 +16,18 @@ targets:
- architecture: x86_64
platform: kvm
libraries:
pthread-embedded: '0.4'
lwip: '0.4'
zlib: '0.4'
libuuid: '0.4'
newlib: '0.4'
pthread-embedded:
version: stable
lwip:
version: stable
zlib:
version: stable
libuuid:
version: stable
newlib:
version: stable
python3:
version: '0.4'
version: stable
kconfig:
- CONFIG_LIBPYTHON3=y
- CONFIG_LIBPYTHON3_EXTENSIONS=y
Expand Down

0 comments on commit b1fe10f

Please sign in to comment.