Skip to content

Several changes needed to fix the build#1125

Open
jberdine wants to merge 3 commits intomainfrom
fix-build
Open

Several changes needed to fix the build#1125
jberdine wants to merge 3 commits intomainfrom
fix-build

Conversation

@jberdine
Copy link
Contributor

@jberdine jberdine commented Mar 3, 2026

The recent churn broke things for me.
Not sure exactly what made us hit some of these now and not before.

jberdine added 3 commits March 3, 2026 13:02
Broken by #1110.

Use ${ARRAY[@]+"${ARRAY[@]}"} pattern for IMAGES and
EXTRA_BAKE_ARGS to avoid "unbound variable" errors under set -u.
Set "format-on-check": false to prevent skfmt from failing when checking
test files that are intentionally ill-formed.
When multiple packages build concurrently, they each run
./configure and make in the shared libbacktrace source directory,
corrupting each other's temp files. Switch to VPATH (out-of-tree)
builds so each package configures and builds in its own output
directory.
Copy link
Contributor

@mbouaziz mbouaziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the first fix

Not sure I get the libbacktrace fix, I'd like to avoid building it all the time

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.

2 participants