mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
databases/influxdb: prepare lang/rust update
with rustc 1.89.0, some new warnings triggers deny(warnings) of influxdb (a -Werror equiv). so pass option to rustc to cap the lint level to warning and avoid errors.
This commit is contained in:
@@ -29,6 +29,7 @@ MODCARGO_BUILD = No
|
||||
MODCARGO_INSTALL = No
|
||||
MODCARGO_CARGOTOML = ${WRKDIR}/go/pkg/mod/github.com/influxdata/flux@v0.196.1/libflux/Cargo.toml
|
||||
MODCARGO_TARGET_DIR = ${WRKDIR}/go/pkg/mod/github.com/influxdata/flux@v0.196.1/libflux/target
|
||||
MODCARGO_RUSTFLAGS = --cap-lints=warn
|
||||
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
# needed to make sure unwind* symbols are found
|
||||
|
||||
Reference in New Issue
Block a user