Actions
Feature #1443
closedci-build.sh: Output meson log on meson failure
Start date:
05/24/2025
Due date:
% Done:
0%
Estimated time:
Description
On a autotools configure failure ci-build.sh outputs config.log. Similarly it should output meson log on meson failure.
Files
Actions
#1
Updated by Marko Lindqvist 2 months ago
- File 0078-ci-build.sh-Output-meson-log-on-meson-failure.patch 0078-ci-build.sh-Output-meson-log-on-meson-failure.patch added
- File 0013-ci-build.sh-Output-meson-log-on-meson-failure.patch 0013-ci-build.sh-Output-meson-log-on-meson-failure.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist about 1 month ago
- Status changed from In Review to In Progress
There's a syntax error in S3_1 patch (at least). It tries to interpret "||" (or) as a command, and fails.
Actions
#3
Updated by Marko Lindqvist about 1 month ago
- File 0009-ci-build.sh-Output-meson-log-on-meson-failure.patch 0009-ci-build.sh-Output-meson-log-on-meson-failure.patch added
- File 0002-ci-build.sh-Output-meson-log-on-meson-failure.patch 0002-ci-build.sh-Output-meson-log-on-meson-failure.patch added
- Status changed from In Progress to In Review
Marko Lindqvist wrote in #note-2:
There's a syntax error in S3_1 patch (at least). It tries to interpret "||" (or) as a command, and fails.
It was in all branches. Fixed.
Actions