another attempts at jitterentropy issue#41
Merged
yuvalif merged 1 commit intolancedb:mainfrom Apr 16, 2026
Merged
Conversation
4b68146 to
bf5d8a8
Compare
There was a problem hiding this comment.
Pull request overview
This PR aims to address build issues related to jitterentropy by reverting a prior Rust build tweak and disabling _FORTIFY_SOURCE (likely to avoid failures on RHEL-like distros).
Changes:
- Removed the dev-profile
opt-leveloverride foraws-lc-sys. - Replaced the Fedora container CI job with an AlmaLinux 9 container job and adjusted Arrow installation.
- Added a Cargo config to set
CFLAGS=-U_FORTIFY_SOURCE.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
Cargo.toml |
Removes a package-specific dev profile override for aws-lc-sys. |
.github/workflows/ci.yml |
Switches container CI coverage from Fedora to AlmaLinux 9 and installs Arrow via an RPM repo. |
.cargo/config.toml |
Globally injects CFLAGS to undefine _FORTIFY_SOURCE. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* revert the fix from 8cfb145 * disable _FORTIFY_SOURCE flag used in centos9 and rocky10 * use AlmaLinux9 in CI (apache arrow support it) Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
bf5d8a8 to
dcac296
Compare
yuvalif
added a commit
to ceph/ceph-ci
that referenced
this pull request
Apr 16, 2026
see: lancedb/lancedb-c#41 Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.