Skip to content

minor: fix kube/Dockerfile build failed #1918

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged

Conversation

zhangxffff
Copy link
Contributor

Which issue does this PR close?

change kube/Dockerfile to fix #1917

  • install and use GCC 10 for that aws-lc-rs would check compiler version when build, and would fail to build for GCC 9.4.0.
  • install protoc

Rationale for this change

What changes are included in this PR?

How are these changes tested?

docker build -t apache/datafusion-comet -f kube/Dockerfile . successfully.

@codecov-commenter
Copy link

codecov-commenter commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.78%. Comparing base (f09f8af) to head (f38d73a).
Report is 273 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1918      +/-   ##
============================================
+ Coverage     56.12%   58.78%   +2.66%     
- Complexity      976     1141     +165     
============================================
  Files           119      130      +11     
  Lines         11743    12831    +1088     
  Branches       2251     2414     +163     
============================================
+ Hits           6591     7543     +952     
- Misses         4012     4065      +53     
- Partials       1140     1223      +83     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @zhangxffff. I was able to reproduce the issue locally and confirmed that this PR resolves the issue.

@andygrove andygrove merged commit 52f7545 into apache:main Jun 23, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker build kube/Dockerfile failed with ### COMPILER BUG DETECTED ###
3 participants