583 create build folder for system build#640
Merged
rennergade merged 2 commits intomainfrom Jan 27, 2026
Merged
Conversation
Contributor
End-to-End Test ReportTest PreviewTest Report Deterministic TestsSummary
Test Results by Category
Non Deterministic TestsSummary
Test Results by Category
Fail TestsSummary
Test Results by Category
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rennergade
approved these changes
Jan 27, 2026
Contributor
rennergade
left a comment
There was a problem hiding this comment.
Looks great. Thanks @m-hemmings
celinehoang177
pushed a commit
that referenced
this pull request
Feb 2, 2026
* Update Dockerfiles and Makefile for build and sysroot folder * update lind scripts for using new build/sysroot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ISSUE
WASMTIME_PROFILEintroduces ambiguity by requiring scripts to resolve profile-specific Wasmtime paths (debugvsrelease). This results in multiple binaries, conditional path logic, and fragile environment-dependent behavior across builds and tooling.Changes
Makefile
build/as the canonical output directory for build artifacts.build/wasmtime(release)build/wasmtime-debug(debug /lind_debug)build/sysrootvia a dedicated sync step.build/directory before emitting artifacts.Scripts
scripts/lind_compileWASMTIME_PROFILE.build/wasmtime, with fallback tobuild/wasmtime-debug, thensrc/wasmtime/target/release/wasmtime.build/sysroot, with fallback tosrc/glibc/sysrootif the build artifact is not present.scripts/lind_runlind_compile.Docker
Dockerfile.devmake lind-debug.REPO_URL.Dockerfile.e2ebuild/wasmtimeandbuild/sysrootinto the release image.