Skip to content

Commit 3967023

Browse files
committed
without unikraft
1 parent e2d465d commit 3967023

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pipelines/skeleton.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ open Common
33

44
type 'a build_mode = Mirage_4 of { overlay : 'a option }
55

6-
let targets = [ "unix"; "hvt"; "xen"; "unikraft-qemu" ]
6+
let targets = [ "unix"; "hvt"; "xen" ]
77
(* "virtio"; "spt"; "muen" ]*)
88

9-
let is_unikraft_available_on (platform : Platform.t) =
10-
match platform.system.ocaml with V5_3 | V5_4 -> true | _ -> false
11-
129
let is_available_on (platform : Platform.t) = function
1310
| "unix" | "hvt" -> true
14-
| "unikraft-qemu" -> is_unikraft_available_on platform
1511
| "xen" when platform.arch = Amd64 -> true
1612
| _ -> false
1713

0 commit comments

Comments
 (0)