-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dockerfile: packaging: Fix build check for centos-7 and failures of package creations #9043
Conversation
In addition, EPEL repo is not moved to use vault. So, we needn't touch it. |
You don't typically need |
@cosmo0920 it looks like we have some failures: https://github.com/fluent/fluent-bit/actions/runs/9791908413/job/27037013628?pr=9043 |
Oh, we have to handle packaging side of Dockerfile. |
Signed-off-by: Hiroshi Hatake <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
c44eb3b
to
4646233
Compare
Signed-off-by: Hiroshi Hatake <[email protected]>
ed7295b
to
1ba0b87
Compare
I sent patches luajit-cmake which are modified in this PR on zhaozg/luajit-cmake#9. |
Signed-off-by: Hiroshi Hatake <[email protected]>
1ba0b87
to
dcb38b4
Compare
@edsiper shall we disable CentOS 7 ARM builds until the PR is merged upstream? |
@cosmo0920 there are some luajit stuff in the commits |
well, its ok to rebase... |
thank you! |
Due to EOL of CentOS7 in the end of last month, we need to use vault repo to obtain CentOS 7 packages.
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:
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.