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

Support for environment variables with lib/posix-environ #43

Closed
wants to merge 2 commits into from

Conversation

skuenzer
Copy link
Member

@skuenzer skuenzer commented Apr 28, 2023

Commit 980bf21 enabled code for managing environment variables with musl, however they were never populated during boot. With PR #868 in the Unikraft core environment variables are officially supported with posix-environ. This PR enables and integrates this implementation with musl.

Commit 980bf21 enabled code for managing environment variables with musl,
however they were never populated during boot. With PR ???, `posix-environ`
envrionment variables are officially supported by Unikraft. This commit
enables and integrates this implementation with musl.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
We currently require `lib/uksched` to be enabled as part of the build.
The dependency was not correctly stated with `Config.uk`.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
@razvand razvand requested a review from eduardvintila May 4, 2023 14:10
@razvand razvand added the enhancement New feature or request label May 4, 2023
@razvand razvand added this to the v0.13.0 (Atlas) milestone May 4, 2023
@razvand razvand requested review from jobpaardekooper and DeliaPavel and removed request for jobpaardekooper May 4, 2023 18:13
Copy link

@DeliaPavel DeliaPavel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Reviewed-by: Delia Pavel delia_maria.pavel@stud.acs.upb.ro

Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved-by: Razvan Deaconescu razvand@unikraft.io

unikraft-bot pushed a commit that referenced this pull request May 7, 2023
We currently require `lib/uksched` to be enabled as part of the build.
The dependency was not correctly stated with `Config.uk`.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Delia Pavel <delia_maria.pavel@stud.acs.upb.ro>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/merged enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants