From 525c1df79c291d810f0c152d186437ece5d2e2f6 Mon Sep 17 00:00:00 2001 From: Luca Seritan Date: Wed, 5 Jun 2024 12:30:52 +0300 Subject: [PATCH] kraft: Add summary of meeting on June 5, 2024 Signed-off-by: Luca Seritan --- discussions/kraft/2024-06-05.md | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 discussions/kraft/2024-06-05.md diff --git a/discussions/kraft/2024-06-05.md b/discussions/kraft/2024-06-05.md new file mode 100644 index 0000000..f9e3896 --- /dev/null +++ b/discussions/kraft/2024-06-05.md @@ -0,0 +1,57 @@ +--- +title: "Kraft WG, June 5, 2024" +tags: unikraft, kraft, krafkit, tooling +datetime: 2023-06-05T11:00:00+02:00 +location: Online, Discord (https://bit.ly/UnikraftDiscord), the `#monkey-business` voice channel +teams: +- kraft +participants: +- Cezar +- Luca +- Ujjwal +--- + +## :dart: Agenda + +- Status update +- Next steps + +## :closed_book: Discussions + +CC: mostly maintanance, updating actions, some runners were about to expire + +CC: reviewed LS's PR's for Alex to merge when he is back + +CC: did a pass over issues to clean up lingering + +CC: work in progress on kraftcloud tunneling + +LS: several fixes to initrd, building and running outside cwd was broken, which was breaking compose + +LS: worked on some compose examples for the catalog + +CC: think about adding a pipeline to test compose applications as well + +UM: tried to work on Cezar's exercise, ran into build errors + +CC: don't get stuck up on the exercise, it is mostly to get used to kraftkit + +CC: you can start working on GSOC project + +UM: currently trying to pass different toolchain options to make + +CC: dive a bit into the Makefile to see options (e.g. CFLAGS) + +CC: demo on what injecting toolchain options might look like + +UM: I will come back with questions when I try to do it myself + +## :wrench: TODOs and Decisions + +LS: see the linter issues on the catalog PRs + +LS: look into adding a pipeline to the compose examples + +UM: ask for help about how to hand compile unikraft (using make) + +UM: add something similar to exec.WithEnvKey("UK_CFLAGS", "-O3,-ftree-vrp"), in make/make.go:NewFromInterface