Changeset 808aeec


Ignore:
Timestamp:
09/04/2023 03:50:51 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
ce49f79e
Parents:
291b865
Message:

rust: Update to rustc-1.72.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r291b865 r808aeec  
    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        "b6f9973de878e37a589f0989e4138480">
     9  <!ENTITY rust-md5sum        "4125b8bf1b0bc6a520f8ec21252322e7">
    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"
    316 
    317 </literal>
     315llvm-config = "/usr/bin/llvm-config"</literal>
    318316EOF</userinput></screen>
    319317
     
    336334<screen><userinput>{ [ ! -e /usr/include/libssh2.h ] ||
    337335  export LIBSSH2_SYS_USE_PKG_CONFIG=1; } &amp;&amp;
    338 python3 ./x.py build</userinput></screen>
     336python3 x.py build</userinput></screen>
    339337
    340338    <note>
     
    353351    </para>
    354352
    355 <screen remap="test"><userinput>SSL_CERT_DIR=/etc/ssl/certs \
    356 python3 ./x.py test --verbose --no-fail-fast | tee rustc-testlog</userinput></screen>
     353<screen remap="test"><userinput>mkdir -pv .github/workflows                    &amp;&amp;
     354python3 x.py run src/tools/expand-yaml-anchors &amp;&amp;
     355SSL_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 -->
  • packages.ent

    r291b865 r808aeec  
    347347<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    348348<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
    349 <!ENTITY rust-version                 "1.71.1">
     349<!ENTITY rust-version                 "1.72.0">
    350350<!ENTITY scons-version                "4.5.2">
    351351<!ENTITY slang-version                "2.3.3">
Note: See TracChangeset for help on using the changeset viewer.