lang/rust: exclude SOURCES in nightly build
Exclude SOURCES in nightly build as it tries to download cargo crates in install phase and it causes build breakage
This commit is contained in:
parent
c4271912b0
commit
0d9ade169a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556053
@ -52,6 +52,9 @@ CONFLICTS_INSTALL?= rust-nightly
|
||||
OPTIONS_DEFINE= DOCS GDB SOURCES WASM
|
||||
OPTIONS_DEFAULT= SOURCES WASM
|
||||
OPTIONS_EXCLUDE= DOCS # https://github.com/rust-lang/rust/issues/76526
|
||||
.if defined(NIGHTLY_DATE)
|
||||
OPTIONS_EXCLUDE+= SOURCES
|
||||
.endif
|
||||
|
||||
GDB_DESC= Install ports gdb (necessary for debugging rust programs)
|
||||
SOURCES_DESC= Install source files
|
||||
|
Loading…
Reference in New Issue
Block a user