The Tast runtime build process (tast -build=true) has been updated to compile targets sequentially, to address issues with Go module resolution and caching that could cause build failures during parallel compilation.
Sequential Compilation: The build system now compiles each target one at a time, improving stability and reliability.
Improved Stability: Reduces potential conflicts and errors in the modules-mode build process.
Performance: Slightly longer build times, but with better consistency.
Please reach out to the Tast team if you have any questions.