-
Notifications
You must be signed in to change notification settings - Fork 747
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
Bump jobserver and fix non-portable builds #5641
Conversation
Prior to this PR, both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 1eaaa4a |
Issue Addressed
Fix broken builds as in: https://github.com/sigp/lighthouse/actions/runs/8809536524/job/24180492013
Closes:
x86_64_dev
since moving to thec-kzg
from crate-io #5572Proposed Changes
jobserver
from 0.1.30 to 0.1.31 to remove usage of thepreadv2
syscall that was broken under Cross: rust-lang/jobserver-rs@66782f5default-features
forc-kzg
so that it's possible to compile Lighthouse without portable blst. Even though we're switching to portable by default (Onlyportable
builds (binaries) #5615) we may as well unbreak the ability to build non-portable binaries.