albatross: updates from upstream

This commit is contained in:
Hannes Mehnert 2023-05-14 17:46:15 +02:00
parent f8e400045f
commit 5fc73ff903

View file

@ -16,14 +16,15 @@ depends: [
"ipaddr" {>= "5.3.0"}
"cstruct" {>= "6.0.0"}
"logs"
"bos"
"bos" {>= "0.2.0"}
"ptime"
"cmdliner" {>= "1.1.0"}
"fmt" {>= "0.8.7"}
"x509" {>= "0.13.0"}
"tls" {>= "0.13.1"}
"tls" {>= "0.16.0"}
"tls-lwt" {>= "0.16.0"}
"mirage-crypto"
"mirage-crypto-rng" {>= "0.8.0"}
"mirage-crypto-rng" {>= "0.11.0"}
"asn1-combinators" {>= "0.2.0"}
"duration"
"decompress" {>= "1.3.0"}
@ -56,7 +57,6 @@ already existing bridges, block devices, memory, and CPU. Each unikernel is
pinned (`cpuset` / `taskset`) to a specific core.
"""
depexts: ["linux-headers"] {os-family = "alpine"}
available: os != "macos"
url {
src: "git+https://github.com/roburio/albatross.git"
}