-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kraft: Add summary of meeting on June 5, 2024
Signed-off-by: Luca Seritan <[email protected]>
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: "Kraft WG, June 6, 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 |