mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
Rust: Fix a few installation "issues".
This commit is contained in:
parent
5fd754465b
commit
edd8fd8c9f
@ -39,6 +39,16 @@
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 28th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Rust: Fix a few installation
|
||||
<quote>issues</quote>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 27th, 2024</para>
|
||||
<itemizedlist>
|
||||
|
@ -366,7 +366,14 @@ EOF</userinput></screen>
|
||||
</para>
|
||||
|
||||
<screen role='root'><userinput>python3 x.py install rustc std &&
|
||||
python3 x.py install --stage=1 cargo clippy rustfmt</userinput></screen>
|
||||
install -vm755 \
|
||||
build/host/stage1-tools/*/*/{cargo{,-clippy,-fmt},clippy-driver,rustfmt} \
|
||||
/opt/rustc-&rust-version;/bin &&
|
||||
install -vDm644 \
|
||||
src/tools/cargo/src/etc/_cargo \
|
||||
/opt/rustc-&rust-version;/share/zsh/site-functions/_cargo &&
|
||||
install -vm644 src/tools/cargo/src/etc/man/* \
|
||||
/opt/rustc-1.80.0/share/man/man1</userinput></screen>
|
||||
|
||||
<para>
|
||||
Still as the &root; user, fix the installation of documentations
|
||||
@ -430,30 +437,6 @@ ln -sfv /opt/rustc/share/zsh/site-functions/_cargo \
|
||||
be larger and take longer.
|
||||
</para>
|
||||
|
||||
<!-- https://github.com/alexcrichton/openssl-probe/issues/25 -->
|
||||
<para>
|
||||
<envar>SSL_CERT_DIR=/etc/ssl/certs</envar>: Work around an issue
|
||||
causing test failures with the CA certificate store layout used by
|
||||
<xref linkend='make-ca'/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--verbose</parameter>: this switch can sometimes provide more
|
||||
information about a test which fails.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--no-fail-fast</parameter>: this switch ensures that the test suite
|
||||
will not stop at the first error.
|
||||
</para>
|
||||
|
||||
<!-- https://github.com/rust-lang/rust/issues/94147 -->
|
||||
<para>
|
||||
<parameter>--stage=1</parameter>: this switch works around an issue
|
||||
causing some Rustc components unnecessarily rebuilt running
|
||||
<command>python3 x.py install</command>.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user