mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Rustc: 1.81.0 -> 1.82.0.
This commit is contained in:
parent
0c5ae6a21f
commit
f626683ab6
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>October 19th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Rustc: 1.81.0 -> 1.82.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - GLib2: 2.82.1 -> 2.82.2.</para>
|
||||
</listitem>
|
||||
|
@ -137,7 +137,7 @@
|
||||
<!ENTITY llvm-maj-version "19">
|
||||
<!ENTITY llvm-point-version "0">
|
||||
<!ENTITY llvm-version "&llvm-maj-version;.1.&llvm-point-version;">
|
||||
<!ENTITY rust-version "1.81.0">
|
||||
<!ENTITY rust-version "1.82.0">
|
||||
<!ENTITY cbindgen-version "0.27.0">
|
||||
<!ENTITY rust-bindgen-version "0.70.1">
|
||||
<!ENTITY mako-version "1.3.5">
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY rust-download-http "https://static.rust-lang.org/dist/rustc-&rust-version;-src.tar.xz">
|
||||
<!ENTITY rust-download-ftp " ">
|
||||
<!ENTITY change-id "127866">
|
||||
<!ENTITY change-id "129295">
|
||||
]>
|
||||
|
||||
<sect1 id="rust" xreflabel="rustc-&rust-version;">
|
||||
@ -100,8 +100,6 @@
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
@ -324,15 +322,6 @@ fi</userinput></screen>
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
An experimental feature makes the build process fail with LLVM 19.1
|
||||
and newer. Disable it and the test for it:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed '/CondBitmap/,/^}/s/LLVM_VERSION.*/& \&\& LLVM_VERSION_LT(19, 0)/' \
|
||||
-i compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp &&
|
||||
rm -v tests/coverage/mcdc/{cond*,if,inline*,nest*,non_*}.rs</userinput></screen>
|
||||
|
||||
<para>
|
||||
Compile <application>Rust</application> by running the following
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user