Skip to content

chore: fix linux x86 build#427

Merged
chris-olszewski merged 6 commits intomainfrom
olszewski/fix_linux_x86_build
Apr 28, 2026
Merged

chore: fix linux x86 build#427
chris-olszewski merged 6 commits intomainfrom
olszewski/fix_linux_x86_build

Conversation

@chris-olszewski
Copy link
Copy Markdown
Member

@chris-olszewski chris-olszewski commented Apr 28, 2026

What was changed

Upgrade to GCC 10 when building the gem on Linux x86

Why?

#409 ended up bringing in temporalio/sdk-rust#1219 which brought in aws-lc-rs crate. This crate has an explicit check for a version of GCC that had a bug and will refuse to build if it is being used. (See aws/aws-lc-rs#1093). We were hitting these failures when trying to build our gem e.g.

Checklist

  1. Closes

  2. How was this tested:
    It builds

  3. Any docs updates needed?
    N/A

@chris-olszewski chris-olszewski marked this pull request as ready for review April 28, 2026 18:19
@chris-olszewski chris-olszewski requested a review from a team as a code owner April 28, 2026 18:19
Comment thread .github/workflows/build-gems.yml Outdated
@chris-olszewski chris-olszewski enabled auto-merge (squash) April 28, 2026 18:50
@chris-olszewski chris-olszewski merged commit a497fde into main Apr 28, 2026
10 of 11 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_linux_x86_build branch April 28, 2026 18:57
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.

2 participants