Changeset c1325868 for general/prog


Ignore:
Timestamp:
03/16/2024 12:59:01 PM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
6d8eeb9
Parents:
45b2abd3
git-author:
Xi Ruoyao <xry111@…> (03/15/2024 03:07:04 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/16/2024 12:59:01 PM)
Message:

rust: Work around upstream issue 94147 to save some build time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r45b2abd3 rc1325868  
    464464    </note>
    465465
    466 <screen role='root'><userinput>python3 x.py install</userinput></screen>
     466<screen role='root'><userinput>python3 x.py install rustc std &amp;&amp;
     467python3 x.py install --stage=1 cargo clippy rustfmt</userinput></screen>
    467468
    468469    <!-- https://github.com/rust-lang/rust/issues/115213 -->
     
    588589      <parameter>--no-fail-fast</parameter>: this switch ensures that the test suite
    589590      will not stop at the first error.
     591    </para>
     592
     593    <!-- https://github.com/rust-lang/rust/issues/94147 -->
     594    <para>
     595      <parameter>--stage=1</parameter>: this switch works around an issue
     596      causing some Rustc components unnecessarily rebuilt running
     597      <command>python3 x.py install</command>.
    590598    </para>
    591599
Note: See TracChangeset for help on using the changeset viewer.