Update to rustc-1.69.0.

This commit is contained in:
Bruce Dubbs 2023-04-23 14:39:49 -05:00
parent b36f7378cf
commit 320d985bc3
3 changed files with 10 additions and 6 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
<!ENTITY rust-download-ftp " ">
<!ENTITY rust-md5sum "df91d58551c09e6bf5d32e9bf3c0d802">
<!ENTITY rust-size "141 MB">
<!ENTITY rust-buildsize "8.9 GB (308 MB installed); add 7.2 GB if running the tests">
<!ENTITY rust-time "24 SBU (including download time; add 17 SBU for tests, both using parallelism=4)">
<!ENTITY rust-md5sum "2fac6c46422e743f5f05287e89e72f22">
<!ENTITY rust-size "121 MB">
<!ENTITY rust-buildsize "8.0 GB (286 MB installed); add 7.4 GB if running the tests">
<!ENTITY rust-time "24 SBU (including download time; add 15 SBU for tests, both using parallelism=4)">
]>
<sect1 id="rust" xreflabel="rustc-&rust-version;">
@ -361,7 +361,7 @@ python3 ./x.py build</userinput></screen>
<para>
As with all large test suites, other tests might fail on some machines -
if the number of additional failures is in the single digits,
if the number of additional failures is low,
check the log for 'failures:' and review lines above that, particularly the
'stderr:' lines. Any mention of
SIGSEGV or signal 11 in a failing test is a cause for concern.

View File

@ -41,6 +41,10 @@
<listitem>
<para>April 23rd, 2023</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to rustc-1.69.0. Fixes
<ulink url="&blfs-ticket-root;17965">#17965</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to numpy-1.24.3 (Python module). Fixes
<ulink url="&blfs-ticket-root;17974">#17974</ulink>.</para>

View File

@ -346,7 +346,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY ruby-patch-version "2">
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
<!ENTITY ruby-gemdir "/usr/lib/ruby/gems/&ruby-minor-version;.0">
<!ENTITY rust-version "1.68.2">
<!ENTITY rust-version "1.69.0">
<!ENTITY scons-version "4.5.2">
<!ENTITY slang-version "2.3.3">
<!ENTITY subversion-version "1.14.2">