Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r808aeec r08b315d  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "4125b8bf1b0bc6a520f8ec21252322e7">
     9  <!ENTITY rust-md5sum        "b6f9973de878e37a589f0989e4138480">
    1010  <!ENTITY rust-size          "145 MB">
    1111  <!ENTITY rust-buildsize     "8.9 GB (292 MB installed); add 6.4 GB if running the tests">
     
    7777      a combination of adding the switch <literal>--jobs &lt;N&gt;</literal>
    7878      (e.g. '--jobs 4' to limit to 4 processors) on each invocation of
    79       <command>python3 x.py</command> <emphasis>and</emphasis> using an
     79      <command>python3 ./x.py</command> <emphasis>and</emphasis> using an
    8080      environment variable <envar>CARGO_BUILD_JOBS=&lt;N&gt;</envar>. At the
    8181      moment this is not effective when some of the rustc tests are run.
     
    313313# NB the output of llvm-config (i.e. help options) may be
    314314# dumped to the screen when config.toml is parsed.
    315 llvm-config = "/usr/bin/llvm-config"</literal>
     315llvm-config = "/usr/bin/llvm-config"
     316
     317</literal>
    316318EOF</userinput></screen>
    317319
     
    334336<screen><userinput>{ [ ! -e /usr/include/libssh2.h ] ||
    335337  export LIBSSH2_SYS_USE_PKG_CONFIG=1; } &amp;&amp;
    336 python3 x.py build</userinput></screen>
     338python3 ./x.py build</userinput></screen>
    337339
    338340    <note>
     
    351353    </para>
    352354
    353 <screen remap="test"><userinput>mkdir -pv .github/workflows                    &amp;&amp;
    354 python3 x.py run src/tools/expand-yaml-anchors &amp;&amp;
    355 SSL_CERT_DIR=/etc/ssl/certs                    \
    356 python3 x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
     355<screen remap="test"><userinput>SSL_CERT_DIR=/etc/ssl/certs \
     356python3 ./x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
    357357
    358358    <!-- https://github.com/rust-lang/rust/issues/112209
     
    439439    </note>
    440440
    441 <screen role='root'><userinput>python3 x.py install</userinput></screen>
     441<screen role='root'><userinput>python3 ./x.py install</userinput></screen>
    442442
    443443    <!-- TODO: Report to upstream if this persists in the next release -->
Note: See TracChangeset for help on using the changeset viewer.