Uh oh!
There was an error while loading. Please reload this page.
feat: Add flit-core support - #1156
Merged
Merged
Conversation
ZPascalforce-pushed
the
add-flit-core-support
branch
from
March 18, 2026 21:53
820ca63 to
7070478CompareZPascal
marked this pull request as ready for review
March 18, 2026 22:15
ZPascalforce-pushed
the
add-flit-core-support
branch
from
April 19, 2026 19:56
7070478 to
927cd39Compareramonskie
commented
Apr 22, 2026
Contributor
poetry-core is hardcoded and should be removed as we have #1181 |
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
ZPascalforce-pushed
the
add-flit-core-support
branch
from
April 25, 2026 09:42
b77c0a7 to
d39ec59CompareZPascal
commented
Apr 25, 2026
ContributorAuthor
Hi @ramonskie, let's first merge the |
ramonskie
approved these changes
Apr 26, 2026
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The PR adds
flit-corebuild backend support to handle builds from source code. The functionality is mostly used in the case of the offline buildpack functionality.TODO:
I have viewed signed and have submitted the Contributor License Agreement
I have made this pull request to the
masterbranchTest the buildpack
fix: #1155