Skip to content

fix: print build log if build fails#4205

Merged
baszalmstra merged 3 commits intoprefix-dev:mainfrom
Hofer-Julian:feature/pix-872-print-build-log-if-build-script-fails
Jul 25, 2025
Merged

fix: print build log if build fails#4205
baszalmstra merged 3 commits intoprefix-dev:mainfrom
Hofer-Julian:feature/pix-872-print-build-log-if-build-script-fails

Conversation

@Hofer-Julian
Copy link
Contributor

Fixes #4074

At the moment --verbose has to be passed for Pixi to print build output. However, if the build fails we want the build output to be passed even if --verbose wasn't set. This PR fixes that.

Fixes prefix-dev#4074

At the moment `--verbose` has to be passed for Pixi to print build
output. However, if the build fails we want the build output to be
passed even if `--verbose` wasn't set. This PR fixes that.
@baszalmstra
Copy link
Contributor

Mm now we report the error through the reporter. I think it would be much stronger if we include the output with the error itself. CommunicationError already receives the backend output, we just need to associate it with the BackendError in CommunicationError::from_client_error.

@baszalmstra baszalmstra merged commit a34b37a into prefix-dev:main Jul 25, 2025
37 of 38 checks passed
@Hofer-Julian Hofer-Julian deleted the feature/pix-872-print-build-log-if-build-script-fails branch December 9, 2025 09:30
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.

Print build log if build script fails

2 participants