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

Don't ignore --build-shell option when configuration fails #625

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nbenitez
Copy link
Contributor

--build-shell is supposed to help in debbuging problems for modules, that may be a failure to build, to configure, etc.

So it doesn't make much sense that if the configuration step fails we ignore the --build-shell option, which the developer is probably using it to debug that same configure problem.

Fixes #479

--build-shell is supposed to help in debbuging problems
for modules, that may be a failure to build, to configure,
etc.

So it doesn't make much sense that if the configuration
step fails we ignore the --build-shell option, which the
developer probably use it to debug that configure problem.

Fixes flatpak#479
@nbenitez
Copy link
Contributor Author

PR #508 tried to fix this bug, but @TingPing suggested there in a comment to better use another approach which I implemented in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: --build-shell parameter stops after configuration not download/unpackaging
1 participant