[Midnightbsd-cvs] [MidnightBSD/mports] 631dc0: lang/rust: fix build reliability for 1.90.0

Lucas Holt noreply at github.com
Thu Apr 23 17:13:44 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 631dc022a78ccf3150d523b8aa6d2a08caab7d91
      https://github.com/MidnightBSD/mports/commit/631dc022a78ccf3150d523b8aa6d2a08caab7d91
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

  Changed paths:
    M lang/rust/Makefile

  Log Message:
  -----------
  lang/rust: fix build reliability for 1.90.0

Split do-build into two phases: x.py build --stage 2 compiles the
compiler and standard library first, then exits cleanly before x.py
dist compiles tools and packages. This prevents resource exhaustion
that caused rust-installer compilation to fail when stage compilation
and packaging ran concurrently in a single x.py dist invocation.

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list