Skip to content

Fix building in alternative contexts#235

Merged
bschwedler merged 8 commits intomainfrom
fix-build-alt-context
Oct 3, 2025
Merged

Fix building in alternative contexts#235
bschwedler merged 8 commits intomainfrom
fix-build-alt-context

Conversation

@ianpittwood
Copy link
Contributor

  • Fixes build errors in alternate contexts when using relative paths.
    • Handle any global context as an absolute path by using resolve() against it.
    • Use resolve() against BakePlan.bake_file to ensure relative paths are not misrepresented due to change in working directory.
  • Present tracebacks on exceptions unrelated directly to an image build.
  • Replace any other usages of absolute() with resolve() to ensure symlinks can be handled correctly.

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Test Results

733 tests   733 ✅  2m 40s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit d9524fd.

@bschwedler bschwedler merged commit 8f11d64 into main Oct 3, 2025
3 checks passed
@bschwedler bschwedler deleted the fix-build-alt-context branch October 3, 2025 17:22
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