Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: snappy: don't require c++ #7253

Merged
merged 1 commit into from
May 3, 2023

Conversation

ThomasDevoogdt
Copy link
Contributor

Don't require C++ for the snappy lib.


Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • [N/A]` Example configuration file for the change
  • [N/A]` Debug log output from testing the change
  • [N/A]` Attached Valgrind output that shows no leaks or memory corruption was found

If this is a change to packaging of containers or native binaries then please confirm it works for all targets.

  • [N/A]` Run local packaging test showing all targets (including any new ones) build.
  • Set ok-package-test label to test for all targets (requires maintainer to do).

Documentation

  • [N/A]` Documentation required for this feature

Backporting

  • Backport to latest stable release.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@ThomasDevoogdt ThomasDevoogdt temporarily deployed to pr April 24, 2023 11:32 — with GitHub Actions Inactive
@ThomasDevoogdt ThomasDevoogdt temporarily deployed to pr April 24, 2023 11:32 — with GitHub Actions Inactive
@ThomasDevoogdt ThomasDevoogdt temporarily deployed to pr April 24, 2023 11:32 — with GitHub Actions Inactive
@ThomasDevoogdt ThomasDevoogdt changed the title Bugfix/no c++ fix: lib/snappy: don't require c++ Apr 24, 2023
snappy is written in c, so only enforce a c compiler

The CMakeLists.txt is not part of the original repo [1],
so nothing to upstream.

[1] https://github.com/andikleen/snappy-c

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
@ThomasDevoogdt ThomasDevoogdt changed the title fix: lib/snappy: don't require c++ lib: snappy: don't require c++ Apr 27, 2023
@ThomasDevoogdt
Copy link
Contributor Author

@leonardo-albertovich, can you also merge this PR or assign it to someone that can. I'm not affiliated with fluent-bit, I just want to get rid of the custom buildroot patches. (Fyi Buildroot is a tool to generate embedded Linux systems, a bit the counterpart of Yocto)

@leonardo-albertovich leonardo-albertovich merged commit 07c73b9 into fluent:master May 3, 2023
@ThomasDevoogdt ThomasDevoogdt deleted the bugfix/no-c++ branch May 3, 2023 18:13
ThomasDevoogdt added a commit to ThomasDevoogdt/buildroot that referenced this pull request May 17, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

- Release Notes:

    https://fluentbit.io/announcements/v2.1.0/
    https://fluentbit.io/announcements/v2.1.1/
    https://fluentbit.io/announcements/v2.1.2/

No release notes yet for 2.1.3, but contains this
list of upstreamed patches:

    fluent/fluent-bit#7266
    fluent/fluent-bit#7254
    fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/buildroot that referenced this pull request May 22, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

Release Notes:

  https://fluentbit.io/announcements/v2.1.0/
  https://fluentbit.io/announcements/v2.1.1/
  https://fluentbit.io/announcements/v2.1.2/
  https://fluentbit.io/announcements/v2.1.3/

Fluent Bit v2.1.3 contains this list of upstreamed patches:

  fluent/fluent-bit#7266
  fluent/fluent-bit#7254
  fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/buildroot that referenced this pull request Jun 10, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

Release Notes:

  https://fluentbit.io/announcements/v2.1.0/
  https://fluentbit.io/announcements/v2.1.1/
  https://fluentbit.io/announcements/v2.1.2/
  https://fluentbit.io/announcements/v2.1.3/
  https://fluentbit.io/announcements/v2.1.4/

Fluent Bit v2.1.4 contains this list of upstreamed patches:

  fluent/fluent-bit#7266
  fluent/fluent-bit#7254
  fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/buildroot that referenced this pull request Jul 23, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

Release Notes:

  https://fluentbit.io/announcements/v2.1.0/
  https://fluentbit.io/announcements/v2.1.1/
  https://fluentbit.io/announcements/v2.1.2/
  https://fluentbit.io/announcements/v2.1.3/
  https://fluentbit.io/announcements/v2.1.4/

Fluent Bit v2.1.4 contains this list of upstreamed patches:

  fluent/fluent-bit#7266
  fluent/fluent-bit#7254
  fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
ThomasDevoogdt added a commit to ThomasDevoogdt/buildroot that referenced this pull request Jul 23, 2023
arnout pushed a commit to buildroot/buildroot that referenced this pull request Jul 23, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

Release Notes:

  https://fluentbit.io/announcements/v2.1.0/
  https://fluentbit.io/announcements/v2.1.1/
  https://fluentbit.io/announcements/v2.1.2/
  https://fluentbit.io/announcements/v2.1.3/
  https://fluentbit.io/announcements/v2.1.4/
  https://fluentbit.io/announcements/v2.1.5/
  https://fluentbit.io/announcements/v2.1.6/
  https://fluentbit.io/announcements/v2.1.7/

Fluent Bit v2.1.7 contains this list of upstreamed patches:

  fluent/fluent-bit#7266
  fluent/fluent-bit#7254
  fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
citral23 pushed a commit to citral23/buildroot that referenced this pull request Sep 18, 2023
Fluent Bit v2.1 is the start of the new stable series of the project.

Release Notes:

  https://fluentbit.io/announcements/v2.1.0/
  https://fluentbit.io/announcements/v2.1.1/
  https://fluentbit.io/announcements/v2.1.2/
  https://fluentbit.io/announcements/v2.1.3/
  https://fluentbit.io/announcements/v2.1.4/
  https://fluentbit.io/announcements/v2.1.5/
  https://fluentbit.io/announcements/v2.1.6/
  https://fluentbit.io/announcements/v2.1.7/

Fluent Bit v2.1.7 contains this list of upstreamed patches:

  fluent/fluent-bit#7266
  fluent/fluent-bit#7254
  fluent/fluent-bit#7253

So the old patches can be dropped.

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants