-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dockerfile: Enable default SIMD support in Docker (#10215) #10225
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
base: master
Are you sure you want to change the base?
dockerfile: Enable default SIMD support in Docker (#10215) #10225
Conversation
12620cb
to
06d8967
Compare
I think it makes sense to wait until this ticket(#10178) is completed before proceeding. |
@jinyongchoi looks like those PR's were merged. Can we move forward here as we'd love to have a boost in json processing as well. |
3a7abc0
to
662ba6b
Compare
662ba6b
to
3d5e883
Compare
3d5e883
to
ed5d9e0
Compare
ed5d9e0
to
07b6cac
Compare
@patrick-stephens @cdancy Hello, |
I would as it's intended to verify Centos 7 builds and you've enabled it for the actual builds themselves I think |
According to the documentation, SIMD is supposed to be enabled by default in Fluent Bit container images. This commit updates the Dockerfile to reflect that, enabling SIMD by default. Signed-off-by: jinyong.choi <[email protected]>
07b6cac
to
e487541
Compare
I've updated |
According to the documentation,
SIMD is supposed to be enabled by default in Fluent Bit container images.
This commit updates the Dockerfile to reflect that, enabling SIMD by default.
Closes #10215
Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
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.