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:
semarie
2025-08-10 16:07:11 +00:00
parent 1b418bd5c8
commit 8a76d77ce1
+1
View File
@@ -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