Skip to content

fix(cubestore): Configure OpenSSL static linking paths for builder#10311

Merged
ovr merged 1 commit intomasterfrom
chore/cubestore-builder-image-static-openssl
Jan 15, 2026
Merged

fix(cubestore): Configure OpenSSL static linking paths for builder#10311
ovr merged 1 commit intomasterfrom
chore/cubestore-builder-image-static-openssl

Conversation

@ovr
Copy link
Member

@ovr ovr commented Jan 14, 2026

Fix #10282

image

I've updated builders on hub.docker.com, and I've tested artifcats from CI, fix helped!

Use multi-stage Docker builds with TARGETARCH to set platform-specific
OPENSSL_LIB_DIR and OPENSSL_INCLUDE_DIR environment variables. This
allows static OpenSSL linking on both amd64 and arm64 architectures.
@ovr ovr requested a review from a team as a code owner January 14, 2026 20:14
@github-actions github-actions bot added cube store Issues relating to Cube Store rust Pull requests that update Rust code labels Jan 14, 2026
@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.18%. Comparing base (1ea8fe4) to head (11e5df9).
⚠️ Report is 6 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (1ea8fe4) and HEAD (11e5df9). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (1ea8fe4) HEAD (11e5df9)
cubesql 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master   #10311       +/-   ##
===========================================
- Coverage   83.28%   55.18%   -28.11%     
===========================================
  Files         248      221       -27     
  Lines       74448    17205    -57243     
  Branches        0     3521     +3521     
===========================================
- Hits        62004     9494    -52510     
+ Misses      12444     7216     -5228     
- Partials        0      495      +495     
Flag Coverage Δ
cube-backend 55.18% <ø> (?)
cubesql ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ovr ovr merged commit a672a49 into master Jan 15, 2026
48 of 55 checks passed
@ovr ovr deleted the chore/cubestore-builder-image-static-openssl branch January 15, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cube store Issues relating to Cube Store rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CubeJS dev mode cubestore libssl error (ARM64)

1 participant