ports/opt (3.7): rust: include rustdoc, e.g. contrib/rav1e depends on it
commit 04e23ebcc9440310b528a3a6e005fa3304af3c82 Author: Tim Biermann <tbier@posteo.de> Date: Sat May 13 17:08:09 2023 +0200 rust: include rustdoc, e.g. contrib/rav1e depends on it diff --git a/rust/.footprint b/rust/.footprint index e2be7aab2..be47c7fd1 100644 --- a/rust/.footprint +++ b/rust/.footprint @@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rust-gdbgui -rwxr-xr-x root/root usr/bin/rust-lldb -rwxr-xr-x root/root usr/bin/rustc +-rwxr-xr-x root/root usr/bin/rustdoc -rwxr-xr-x root/root usr/bin/rustfmt drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/cargo-credential-1password diff --git a/rust/.signature b/rust/.signature index 498996d34..e6758ecee 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Vby0dl/TpctWuzDrWinXFPJoicY9aWU9bSGoEK5j3/Q/dLmStpr6z76j2Cxmu84kZx9W9XYTf2lXkRGmCg9zwo= -SHA256 (Pkgfile) = 41b35b7190fdf9786538c7e38b06f1dd40db083bdecda3d060b9c02b74680397 -SHA256 (.footprint) = c8b77184b2cdf185412aa3e1dea7044b55e9a1518fded3b8c3453b3633d6598d +RWSE3ohX2g5d/SgDkQIx4HC5o2OILmsX2UKXBV9gYQ0K8HUdBL26xCCvOUO8Z6+JXvGCmZ2hLNF32H9mY+gKwMhh25Cy354lRAo= +SHA256 (Pkgfile) = 6006aacf715fc83fbe731f9ef176b7587d1de9ddc42cb912f9c54ea311b93b2c +SHA256 (.footprint) = f4a2955bb0ffc1373ab36e833289591913e9504f7e0d7e7949c9bba1f1ffe19a SHA256 (rustc-1.69.0-src.tar.xz) = e533c903820b0c2ba10491b70105149d2243348f3b5e26bd7b6bdd022c7dbe75 SHA256 (rust-std-1.68.2-x86_64-unknown-linux-gnu.tar.xz) = c8a3eaf26b83f1926d86b4db99ca16cbbff8e746e4c63f25f4d75a02a34a3b16 SHA256 (rustc-1.68.2-x86_64-unknown-linux-gnu.tar.xz) = d33d493381dd17a4b491d0e978cdb6700badb5905e831dd5f7fe75ffbf8e0584 diff --git a/rust/Pkgfile b/rust/Pkgfile index 5a084b1b8..092ee0407 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -9,7 +9,7 @@ version=1.69.0 _date=2023-03-28 _rustc=1.68.2 _cargo=$_rustc -release=1 +release=2 source=(https://static.rust-lang.org/dist/${name}c-$version-src.tar.xz https://static.rust-lang.org/dist/$_date/rust-std-$_rustc-x86_64-unknown-lin... @@ -102,7 +102,7 @@ cat <<- EOF > $SRC/config.toml [build] target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"] - tools = ["cargo", "clippy", "rustfmt", "analysis", "src", "rust-demangler", "rust-analyzer"] + tools = ["cargo", "clippy", "rustfmt", "analysis", "src", "rust-demangler", "rust-analyzer", "rustdoc"] docs = false extended = true sanitizers = true
participants (1)
-
crux@crux.nu