ports/opt (3.7): rust: fixed a build error when $CARGO/registry/src does not exist
commit 9b1a668e123b4ec8cadfa60193fe9f518747cecd Author: Tim Biermann <tbier@posteo.de> Date: Sat Dec 30 01:17:18 2023 +0100 rust: fixed a build error when $CARGO/registry/src does not exist diff --git a/rust/.signature b/rust/.signature index 790e37e44..c038af54d 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VvxpMsCNxJv9FKKjb8yCDEQWivKEo8i0Fytt8bHB3V39q8f0Fspzq1Vs2NANhA4HbzVASQ3nB+42nW3jHIpPQI= -SHA256 (Pkgfile) = 5bea5fb6b5be4f2fd75538c1328438fc57515bb217ee92825778072feaed63f2 +RWSE3ohX2g5d/atzKrrLinkfCi/eSmeT2YnqvaYB9/XOR7hGGM05yLyFWDwCaNByEb3f+IqnLADWp2R4ZVKlr0o+eigcZ1bkGAU= +SHA256 (Pkgfile) = 268d9dfa23cfa31b0605ed691c8dd21123f3716e44d86461ecfa8ae45fb2dfc9 SHA256 (.footprint) = dfcbc1eb82526273bbefc5a86fd0c00cf9a80f97d1144224a61cb8cb69ff4046 SHA256 (rustc-1.75.0-src.tar.xz) = 4526f786d673e4859ff2afa0bab2ba13c918b796519a25c1acce06dba9542340 SHA256 (rust-std-1.74.0-x86_64-unknown-linux-gnu.tar.xz) = 548413213012e2f62b08ed8a913a51210ae7402619027224580176031f2789ea diff --git a/rust/Pkgfile b/rust/Pkgfile index 6b323c511..f995181d7 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -90,8 +90,8 @@ cat <<- EOF > $SRC/config.toml debuginfo-level-std = 2 codegen-tests = false backtrace-on-ice = true - remap-debuginfo = true jemalloc = true + remap-debuginfo = false description = "CRUX" channel = "stable"
participants (1)
-
crux@crux.nu