1
0
forked from ports/opt

rust: fixed a build error when $CARGO/registry/src does not exist

This commit is contained in:
Tim Biermann 2023-12-30 01:17:18 +01:00
parent 8f4503f605
commit 9b1a668e12
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"