From 450f2c7ef59f8441aad6c5393609f411d7f869ef Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 9 Jul 2024 13:53:14 -0700 Subject: [PATCH] update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5983fa2..8a5d2bc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Then run `zig build run` and everything will compile and run. The zig source code is all in the `ziggy` directory. This is all prototype level code at this point. +Reproducibility +--------------- + +This build is not reproducible at the moment. The problem is that we need v0.17.0 +or higher (this may be an issue with QEMU installed version, so YMMV). Kraftfile +is designed to pin to a specific version, but as of this writing, versions of +unikraft core post 0.16.1 are not listed in https://manifests.kraftkit.sh/unikraft.yaml, +and as a result cannot be used, so we are forced to use "stable" as the version. + undefined.c -----------