Page MenuHomeFreeBSD

lang/rust: Speed up build a tiny bit
AbandonedPublic

Authored by tobik on Aug 1 2020, 10:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 25 2023, 1:18 AM
Unknown Object (File)
Dec 20 2023, 5:17 AM
Unknown Object (File)
Nov 2 2023, 12:00 PM
Unknown Object (File)
Sep 18 2023, 9:24 PM
Unknown Object (File)
Sep 11 2023, 8:23 AM
Unknown Object (File)
Jun 28 2023, 10:03 PM
Unknown Object (File)
Jun 26 2023, 11:23 PM
Unknown Object (File)
Jun 16 2023, 3:31 AM
Subscribers

Details

Reviewers
None
Group Reviewers
rust
Summary

Apply upstream fix to make LLVM ignore value of DESTDIR in the
environment and remove the artificial split between build and
install. This should avoid building some sources twice caused by
essentially running build and install in slightly different
environments.

Test Plan

12.1 amd64: ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32694
Build 30142: arc lint + arc unit

Event Timeline

tobik requested review of this revision.Aug 1 2020, 10:33 AM

Nevermind.

It does not have the effect as advertised in the summary. I'll leave do-build alone and apply the DESTDIR fix alongside with Rust 1.45.2 instead on Monday.