Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kraft: Add summary of meeting on June 5, 2024 #38

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions discussions/kraft/2024-06-05.md
Original file line number Diff line number Diff line change
@@ -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