Skip to content

Commit 22a8f8e

Browse files
committed
fixup! chore: bump unikraft and app-elfloader to vfork branches
fixup! chore: bump unikraft and app-elfloader to vfork branches Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 310f4dc commit 22a8f8e

18 files changed

Lines changed: 45 additions & 40 deletions

File tree

examples/dotnet-http/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dotnet-http-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -91,7 +91,7 @@ unikraft:
9191
libraries:
9292
app-elfloader:
9393
source: https://github.com/danbugs/app-elfloader.git
94-
version: fix/vfork-execve
94+
version: proto/vfork
9595
libelf:
9696
source: https://github.com/unikraft/lib-libelf.git
9797
version: staging

examples/dotnet-nativeaot/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dotnet-nativeaot-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -57,7 +57,7 @@ unikraft:
5757
libraries:
5858
app-elfloader:
5959
source: https://github.com/danbugs/app-elfloader.git
60-
version: fix/vfork-execve
60+
version: proto/vfork
6161
libelf:
6262
source: https://github.com/unikraft/lib-libelf.git
6363
version: staging

examples/dotnet/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dotnet-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -79,7 +79,7 @@ unikraft:
7979
libraries:
8080
app-elfloader:
8181
source: https://github.com/danbugs/app-elfloader.git
82-
version: fix/vfork-execve
82+
version: proto/vfork
8383
libelf:
8484
source: https://github.com/unikraft/lib-libelf.git
8585
version: staging

examples/go-http/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: go-http-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -80,7 +80,7 @@ unikraft:
8080
libraries:
8181
app-elfloader:
8282
source: https://github.com/danbugs/app-elfloader.git
83-
version: fix/vfork-execve
83+
version: proto/vfork
8484
libelf:
8585
source: https://github.com/unikraft/lib-libelf.git
8686
version: staging

examples/go/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: go-hyperlight
44

55
unikraft:
66
source: https://github.com/danbugs/unikraft.git
7-
version: feat/vfork-stack-save
7+
version: proto/vfork
88
kconfig:
99
# Platform
1010
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -65,7 +65,7 @@ unikraft:
6565
libraries:
6666
app-elfloader:
6767
source: https://github.com/danbugs/app-elfloader.git
68-
version: fix/vfork-execve
68+
version: proto/vfork
6969
libelf:
7070
source: https://github.com/unikraft/lib-libelf.git
7171
version: staging

examples/helloworld-c/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: helloworld-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -56,7 +56,7 @@ unikraft:
5656
libraries:
5757
app-elfloader:
5858
source: https://github.com/danbugs/app-elfloader.git
59-
version: fix/vfork-execve
59+
version: proto/vfork
6060
libelf:
6161
source: https://github.com/unikraft/lib-libelf.git
6262
version: staging

examples/hostfs-posix-c/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: hostfs-posix-c-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -72,7 +72,7 @@ unikraft:
7272
libraries:
7373
app-elfloader:
7474
source: https://github.com/danbugs/app-elfloader.git
75-
version: fix/vfork-execve
75+
version: proto/vfork
7676
libelf:
7777
source: https://github.com/unikraft/lib-libelf.git
7878
version: staging

examples/hostfs-posix-py/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: hostfs-posix-py-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -77,7 +77,7 @@ unikraft:
7777
libraries:
7878
app-elfloader:
7979
source: https://github.com/danbugs/app-elfloader.git
80-
version: fix/vfork-execve
80+
version: proto/vfork
8181
libelf:
8282
source: https://github.com/unikraft/lib-libelf.git
8383
version: staging

examples/multifn-c/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: multifn-c-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -50,7 +50,7 @@ unikraft:
5050
libraries:
5151
app-elfloader:
5252
source: https://github.com/danbugs/app-elfloader.git
53-
version: fix/vfork-execve
53+
version: proto/vfork
5454
libelf:
5555
source: https://github.com/unikraft/lib-libelf.git
5656
version: staging

examples/networking-py/kraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: networking-py-hyperlight
33

44
unikraft:
55
source: https://github.com/danbugs/unikraft.git
6-
version: feat/vfork-stack-save
6+
version: proto/vfork
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -73,7 +73,7 @@ unikraft:
7373
libraries:
7474
app-elfloader:
7575
source: https://github.com/danbugs/app-elfloader.git
76-
version: fix/vfork-execve
76+
version: proto/vfork
7777
libelf:
7878
source: https://github.com/unikraft/lib-libelf.git
7979
version: staging

0 commit comments

Comments
 (0)