Skip to content

Bump aws-lc-rs and aws-lc-sys and reenable powerpc64le#2392

Merged
EliahKagan merged 2 commits intoGitoxideLabs:mainfrom
EliahKagan:powerpc64le-next
Jan 22, 2026
Merged

Bump aws-lc-rs and aws-lc-sys and reenable powerpc64le#2392
EliahKagan merged 2 commits intoGitoxideLabs:mainfrom
EliahKagan:powerpc64le-next

Conversation

@EliahKagan
Copy link
Member

@EliahKagan EliahKagan commented Jan 22, 2026

The upgrade fixes the core issue in #2338 where powerpc64le builds were broken, by upgrading the transitive aws-lc-rs dependency to 1.15.3, and thus its aws-lc-sys dependency to 0.36.0. Those versions contain the fix in aws/aws-lc#2926 for the platform detection bug aws/aws-lc-rs#980 that caused the build failure.

The first commit here reenables powerpc64le builds, so I could verify #2338 has not resolved by itself. The second commit upgrades the aws-lc-rs and aws-lc-sys packages by cargo update -p aws-lc-rs, and I verified that this fixed the release.

This is as planned in #2338 (comment). I consider this to close #2338, but not #2388.

This fixes the core issue in GitoxideLabs#2338 where powerpc64le builds were
broken, by upgrading the transitive `aws-lc-rs` dependency to
1.15.3, and thus its `aws-lc-sys` dependency to 0.36.0. Those
versions contain the fix in aws/aws-lc#2926 for the platform
detection bug aws/aws-lc-rs#980 that caused the build failure.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the powerpc64le build failure by upgrading the aws-lc-rs and aws-lc-sys dependencies to versions that contain a platform detection bug fix.

Changes:

  • Upgraded aws-lc-rs from 1.15.2 to 1.15.3 and aws-lc-sys from 0.35.0 to 0.36.0 in Cargo.lock
  • Re-enabled powerpc64le-unknown-linux-gnu builds in the release workflow

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.lock Updates aws-lc-rs to 1.15.3 and aws-lc-sys to 0.36.0, which contain the fix for powerpc64le platform detection
.github/workflows/release.yml Re-enables powerpc64le-unknown-linux-gnu target in both the matrix target list and include section, removing temporary workaround comments

@EliahKagan EliahKagan marked this pull request as ready for review January 22, 2026 04:06
@EliahKagan EliahKagan enabled auto-merge January 22, 2026 04:06
@EliahKagan EliahKagan merged commit be50716 into GitoxideLabs:main Jan 22, 2026
36 checks passed
@EliahKagan EliahKagan deleted the powerpc64le-next branch January 22, 2026 04:12
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.

New aws-lc-sys dependency breaks max-pure on powerpc64le

2 participants