Skip to content

Commit a7daad8

Browse files
committed
test: bump unikraft and app-elfloader to vfork branches
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent f1c1281 commit a7daad8

18 files changed

Lines changed: 72 additions & 72 deletions

File tree

examples/dotnet-http/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: dotnet-http-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -90,8 +90,8 @@ unikraft:
9090

9191
libraries:
9292
app-elfloader:
93-
source: https://github.com/unikraft/app-elfloader.git
94-
version: plat-hyperlight
93+
source: https://github.com/danbugs/app-elfloader.git
94+
version: fix/vfork-execve
9595
libelf:
9696
source: https://github.com/unikraft/lib-libelf.git
9797
version: staging

examples/dotnet-nativeaot/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: dotnet-nativeaot-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -56,8 +56,8 @@ unikraft:
5656

5757
libraries:
5858
app-elfloader:
59-
source: https://github.com/unikraft/app-elfloader.git
60-
version: plat-hyperlight
59+
source: https://github.com/danbugs/app-elfloader.git
60+
version: fix/vfork-execve
6161
libelf:
6262
source: https://github.com/unikraft/lib-libelf.git
6363
version: staging

examples/dotnet/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: dotnet-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -78,8 +78,8 @@ unikraft:
7878

7979
libraries:
8080
app-elfloader:
81-
source: https://github.com/unikraft/app-elfloader.git
82-
version: plat-hyperlight
81+
source: https://github.com/danbugs/app-elfloader.git
82+
version: fix/vfork-execve
8383
libelf:
8484
source: https://github.com/unikraft/lib-libelf.git
8585
version: staging

examples/go-http/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: go-http-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -79,8 +79,8 @@ unikraft:
7979

8080
libraries:
8181
app-elfloader:
82-
source: https://github.com/unikraft/app-elfloader.git
83-
version: plat-hyperlight
82+
source: https://github.com/danbugs/app-elfloader.git
83+
version: fix/vfork-execve
8484
libelf:
8585
source: https://github.com/unikraft/lib-libelf.git
8686
version: staging

examples/go/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ specification: '0.6'
33
name: go-hyperlight
44

55
unikraft:
6-
source: https://github.com/unikraft/unikraft.git
7-
version: plat-hyperlight
6+
source: https://github.com/danbugs/unikraft.git
7+
version: feat/vfork-stack-save
88
kconfig:
99
# Platform
1010
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -64,8 +64,8 @@ unikraft:
6464

6565
libraries:
6666
app-elfloader:
67-
source: https://github.com/unikraft/app-elfloader.git
68-
version: plat-hyperlight
67+
source: https://github.com/danbugs/app-elfloader.git
68+
version: fix/vfork-execve
6969
libelf:
7070
source: https://github.com/unikraft/lib-libelf.git
7171
version: staging

examples/helloworld-c/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: helloworld-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -55,8 +55,8 @@ unikraft:
5555

5656
libraries:
5757
app-elfloader:
58-
source: https://github.com/unikraft/app-elfloader.git
59-
version: plat-hyperlight
58+
source: https://github.com/danbugs/app-elfloader.git
59+
version: fix/vfork-execve
6060
libelf:
6161
source: https://github.com/unikraft/lib-libelf.git
6262
version: staging

examples/hostfs-posix-c/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: hostfs-posix-c-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -71,8 +71,8 @@ unikraft:
7171

7272
libraries:
7373
app-elfloader:
74-
source: https://github.com/unikraft/app-elfloader.git
75-
version: plat-hyperlight
74+
source: https://github.com/danbugs/app-elfloader.git
75+
version: fix/vfork-execve
7676
libelf:
7777
source: https://github.com/unikraft/lib-libelf.git
7878
version: staging

examples/hostfs-posix-py/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: hostfs-posix-py-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -76,8 +76,8 @@ unikraft:
7676

7777
libraries:
7878
app-elfloader:
79-
source: https://github.com/unikraft/app-elfloader.git
80-
version: plat-hyperlight
79+
source: https://github.com/danbugs/app-elfloader.git
80+
version: fix/vfork-execve
8181
libelf:
8282
source: https://github.com/unikraft/lib-libelf.git
8383
version: staging

examples/multifn-c/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: multifn-c-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
CONFIG_PLAT_HYPERLIGHT: 'y'
99
CONFIG_PAGING: 'n'
@@ -49,8 +49,8 @@ unikraft:
4949

5050
libraries:
5151
app-elfloader:
52-
source: https://github.com/unikraft/app-elfloader.git
53-
version: plat-hyperlight
52+
source: https://github.com/danbugs/app-elfloader.git
53+
version: fix/vfork-execve
5454
libelf:
5555
source: https://github.com/unikraft/lib-libelf.git
5656
version: staging

examples/networking-py/kraft.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ specification: '0.6'
22
name: networking-py-hyperlight
33

44
unikraft:
5-
source: https://github.com/unikraft/unikraft.git
6-
version: plat-hyperlight
5+
source: https://github.com/danbugs/unikraft.git
6+
version: feat/vfork-stack-save
77
kconfig:
88
# Platform
99
CONFIG_PLAT_HYPERLIGHT: 'y'
@@ -72,8 +72,8 @@ unikraft:
7272

7373
libraries:
7474
app-elfloader:
75-
source: https://github.com/unikraft/app-elfloader.git
76-
version: plat-hyperlight
75+
source: https://github.com/danbugs/app-elfloader.git
76+
version: fix/vfork-execve
7777
libelf:
7878
source: https://github.com/unikraft/lib-libelf.git
7979
version: staging

0 commit comments

Comments
 (0)