[MacPorts] #69198: rust-bootstrap needs a lot of disk space to build

MacPorts noreply at macports.org
Fri Jan 26 18:32:41 UTC 2024


#69198: rust-bootstrap needs a lot of disk space to build
-----------------------------+---------------------------------
  Reporter:  ryandesign      |      Owner:  MarcusCalhoun-Lopez
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.9.0
Resolution:                  |   Keywords:
      Port:  rust-bootstrap  |
-----------------------------+---------------------------------
Changes (by MarcusCalhoun-Lopez):

 * cc: mascguy (removed)


Comment:

 Replying to [comment:3 jmroot]:
 > This wouldn't reduce the disk space needed for builds, but could we at
 least reduce the number of builds by setting replaced_by on the platforms
 where each subport isn't needed? So for example rust-bootstrap-10.7 would
 do something like:
 > {{{
 > if {${os.major} == 9} {
 >     replaced_by rust-bootstrap-10.5
 > } elseif {${os.major} == 10} {
 >     replaced_by rust-bootstrap-10.6
 > } elseif {${os.major} >= 16} {
 >     replaced_by rust-bootstrap
 > }
 > }}}
 Please forgive me if I am not understanding your suggestion, but rust-
 bootstrap-10.5 isn't meant to be built ''on'' 10.5, it is meant to be
 built ''for'' 10.5.\\
 None of the rust-bootstrap subports build on machines prior to 10.12
 because the upstream provided Rust compiler does not run on them.

-- 
Ticket URL: <https://trac.macports.org/ticket/69198#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list