Page MenuHomeFreeBSD

lang/influx-flux: WIP
Needs ReviewPublic

Authored by driesm on Dec 20 2022, 5:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 10:50 AM
Unknown Object (File)
Fri, Apr 12, 10:05 AM
Unknown Object (File)
Jan 13 2024, 12:02 AM
Unknown Object (File)
Jan 10 2024, 8:01 PM
Unknown Object (File)
Dec 20 2023, 8:40 AM
Unknown Object (File)
Dec 2 2023, 4:29 AM
Unknown Object (File)
Oct 9 2023, 5:56 PM
Unknown Object (File)
Oct 9 2023, 5:56 PM
Subscribers

Details

Reviewers
girgen
Summary

This is a WIP. I hope to get some eyes as I'm a bit stuck.
The idea is to feed the libflux (rust lib) through pkgconfig to the flux
go build with a .pc file. This should work as explained here:
https://github.com/influxdata/flux/issues/4535

It actually builds just fine from make on the terminal, but fails in
poudriere as it embeds the rust build in the go build, and tries to
access the internet during that time.

Diff Detail

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

Event Timeline

Note for those interested, if we are able to get flux to built, the porting process of influxdb2 will be very similar. It might even be that flux can be a dependency of influxdb2 (or atleast libflux).