Ignore:
Timestamp:
10/25/2021 08:00:08 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7975c68a
Parents:
96d79ed5
Message:

Updates and a fix:

Update to LLVM-13.0.0
Update to rustc-1.56.0
Fix Seamonkey to build with the new version of rust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r96d79ed5 r3e8c126  
    77  <!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.gz">
    88  <!ENTITY rust-download-ftp  " ">
    9   <!ENTITY rust-md5sum        "bd6fbe9ba5fe457d2514e92a6ccd7b24">
    10   <!ENTITY rust-size          "161 MB">
     9  <!ENTITY rust-md5sum        "2a5f12b375b9b8fffe2340f6c2d27eab">
     10  <!ENTITY rust-size          "172 MB">
    1111  <!-- Gentle Reminder: buildsize is how much the user requires for the real
    1212       install, i.e. the source with its DESTDIR *plus* the DESTDIR.  You
     
    1515       after the tests. -->
    1616
    17   <!ENTITY rust-buildsize     "9.3 GB (407 MB installed) including 291 MB of ~/.cargo files for the user building this. Add 4.0 GB including extra 179 MB of ~/.cargo files if running the tests">
    18   <!ENTITY rust-time          "31 SBU (add 13 SBU for tests, both on a 4-core machine)">
     17  <!ENTITY rust-buildsize     "8.8 GB (424 MB installed) including 285 MB of ~/.cargo files for the user building this. Add 5.9 GB including extra 273 MB of ~/.cargo files if running the tests">
     18  <!ENTITY rust-time          "22 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)">
    1919]>
    2020
     
    325325
    326326    <para>
    327       At a minimum, seven tests will fail: ui/asm/inline-syntax.rs#arm,
    328       assembly/target-feature-multiple.rs#SINGLEFLAG,
    329       assembly/target-feature-multiple.rs#TWOFLAGS,
    330       run-make-fulldeps/long-linker-command-lines, run-make-fulldeps/split-debuginfo,
    331       run-make-fulldeps/split-dwarf, run-make-fulldeps/sysroot-crates-are-unstable.
    332       With any recent version of <command>gdb</command>, four more failures
    333       (debuginfo/extern-c-fn.rs, debuginfo/generator-objects.rs,
    334       debuginfo/issue-57822.rs, debuginfo/pretty-huge-vec.rs) can be expected.
     327      At a minimum, fourteen tests will fail: all the tests (eleven) in
     328      the <quote>assembly</quote> suite,
     329      run-make-fulldeps/long-linker-command-lines, run-make-fulldeps/print-cfg,
     330      run-make-fulldeps/sysroot-crates-are-unstable.
     331      If <command>gdb</command> is installed,  another failure
     332      (debuginfo/function-names.rs) can be expected.
    335333    </para>
    336334
     
    560558      <seglistitem>
    561559        <seg>
    562           cargo-clippy, cargo-fmt, cargo-miri, cargo, clippy-driver, miri,
    563           rls, rust-analyzer, rust-gdb, rust-gdbgui, rust-lldb, rustc,
     560          cargo-clippy, cargo-fmt, cargo-miri (optional), cargo, clippy-driver,
     561          miri (optional),
     562          rls, rust-demangler, rust-gdb, rust-gdbgui, rust-lldb, rustc,
    564563          rustdoc, rustfmt.
    565564        </seg>
    566565        <seg>
    567           Many lib*&lt;16-byte-hash&gt;.so libraries.
     566          librustc-driver-&lt;16-byte-hash&gt;.so,
     567          libstd-&lt;16-byte-hash&gt;.so, and
     568          libtest-&lt;16-byte-hash&gt;.so
    568569        </seg>
    569570        <seg>
    570571          ~/.cargo,
    571           /opt/rustc/lib/rustlib,
    572           /opt/rustc/share/doc/rustc-&rust-version;, and
    573           /opt/rustc/share/zsh/site-functions
     572          /opt/rustc, symbolic link to
     573          /opt/rustc-&rust-version;
    574574        </seg>
    575575      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.