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

Invoke the Unikraft build system #28

Closed
Tracked by #8
nderjung opened this issue Jun 15, 2022 · 0 comments · Fixed by #51
Closed
Tracked by #8

Invoke the Unikraft build system #28

nderjung opened this issue Jun 15, 2022 · 0 comments · Fixed by #51
Assignees

Comments

@nderjung
Copy link
Member

No description provided.

@nderjung nderjung added this to the v0.2.0 (Parity) milestone Jun 15, 2022
@nderjung nderjung self-assigned this Jul 27, 2022
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
nderjung added a commit that referenced this issue Aug 2, 2022
This commit introduces the method `Make` to `ApplicationConfig` which
ultimately invokes Unikraft's build system.  The necessary pieces are in
place to achieve this, including: knowing Unikraft's source directory
(ultimately the make CLI option `-C`) as well as the arguments to the
build system which are populated via `core.MakeArgs`.  This method
brings this together and allows programming the `make` package with
additional attributes.  Ultimately, well-known targets in Unikraft's
build system can use this as an underlying method and simply invoke a
specific target.

GitHub-Closes: #28
Signed-off-by: Alexander Jung <alex@unikraft.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🚀 Done
Development

Successfully merging a pull request may close this issue.

1 participant