fluent-package-builder
fluent-package-builder copied to clipboard
td-agent (Fluentd) Building and Packaging System
Signed-off-by: Takuro Ashie
When using `fluent-plugin-systemd` the worker crashes hard with a SIGABRT. Initially we assumed it to be a problem with the plugin, but it turned out to be related to libjemalloc....
* [x] https://github.com/fluent/fluentd/pull/3585 * [x] https://github.com/fluent/fluent-plugin-s3/pull/388 * [ ] CI Failure with Ruby 3.2 on Windows: https://github.com/fluent/fluentd/issues/3869 * [ ] (Optional) Support async-2.0 or later: https://github.com/fluent/fluentd/pull/3842
Hi, I'm getting issues on deploying td-agent 4.1.x on MacOS m1 computers. Here is the error I get once installed: ``` /opt/td-agent/lib/ruby/2.7.0/yaml.rb:3: warning: It seems your ruby installation is missing...
On macOS, `rake:clean` or `rake:clobber` doesn't remove some old artifacts, it causes including unexpected old version's artifacts into the package.
Before moving to fluent organization, rebranding should be done to make it clear that it is the official community-based distribution. https://github.com/fluent-plugins-nursery/td-agent-builder/issues/277 Currently, there are two distribution are documented - td-agent...
Currently Fluentd is downloaded from GitHub, not RubyGems: https://github.com/fluent/fluent-package-builder/blob/95fad67d681694533ea399fbad78c927c7220efb/td-agent/Gemfile#L24-L35 But, now a day we don't bundle intermediate revision of Fluentd. So I think using formal version of Fluentd gem is...
This is PoC, just started to work. * [x] deb * [ ] ready upgrading from td-agent? * [x] rpm * [ ] ready upgrading from td-agent? * [x] msi...
Although dmg package for macOS bundles jemalloc as same as packages for linux platforms, it doesn't use jemalloc. To enable it, `LD_PRELOAD` environment variable is required. But probably no one...
On GitHub Actions we are using QEMU for Arm architectures so that it takes too long time to complete. It may be better that we migrate CI for Arm architectures...