Skip to content

Commit

Permalink
More tries
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Nov 24, 2023
1 parent 5b72b9d commit eb0a0f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ doxygen: .always
$(CMAKE) --build ./build --config $(PRESET) --target doxygen

unikraft: .always
$(MKDIRP) unikraft/.unikraft
cd unikraft && $(FIND) etc -print0 | $(CPIO) -ocv0 > .unikraft/fs.cpio
$(KRAFT) build --target development --jobs 4 --log-type=basic unikraft
$(KRAFT) run --target development unikraft

Expand Down
6 changes: 5 additions & 1 deletion unikraft/Kraftfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
specification: v0.5
specification: v0.6
name: sourcemeta_hydra_test
unikraft:
version: stable

rootfs: ./etc

targets:
- name: development
platform: qemu
Expand Down Expand Up @@ -43,6 +45,8 @@ libraries:
version: stable
openssl:
version: stable
lwip:
version: stable
zlib:
version: stable
curl:
Expand Down

0 comments on commit eb0a0f0

Please sign in to comment.