feat: support non-gbp quilt packages (e.g. kernel / prebuilt bins)#129
Merged
keerthi-go merged 1 commit intomainfrom Mar 28, 2026
Merged
feat: support non-gbp quilt packages (e.g. kernel / prebuilt bins)#129keerthi-go merged 1 commit intomainfrom
keerthi-go merged 1 commit intomainfrom
Conversation
Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
7983e90 to
e66f4ec
Compare
abickett
approved these changes
Mar 25, 2026
abickett
left a comment
There was a problem hiding this comment.
Approved for now for support for prebuilts. @keerthi-go please file the issue to track alignment with script handling instead of workflow logic.
bjordiscollaku
approved these changes
Mar 25, 2026
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 free
to 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.
In PREBUILT_MODE, sbuild cannot build 3.0 (quilt) sources directly
because a .dsc and upstream .orig tarball are required.
Extend the prebuilt build path to detect quilt source format and
replicate the same source-package generation logic used by
docker_deb_build.py when --skip-gbp is enabled:
For native source format, continue invoking sbuild directly.
This keeps PREBUILT_MODE functional for both native and quilt
packages while avoiding gbp in CI.