Skip to content

Comments

chore: add GitHub Actions workaround for bundle install#392

Merged
chris-olszewski merged 1 commit intomainfrom
olszewski/fix_gha_bundle_install
Feb 18, 2026
Merged

chore: add GitHub Actions workaround for bundle install#392
chris-olszewski merged 1 commit intomainfrom
olszewski/fix_gha_bundle_install

Conversation

@chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Feb 18, 2026

What was changed

Remove write permission on Ruby Gem directory

Why?

At the moment we are unable to build our source gem on main: https://github.com/temporalio/sdk-ruby/actions/runs/22143148493/job/64021003210
This is due to a current issue with the GitHub Actions runner: actions/runner-images#13647

Checklist

  1. Closes N/A

  2. How was this tested:
    CI: https://github.com/temporalio/sdk-ruby/actions/runs/22146255184/job/64024173178?pr=392

  3. Any docs updates needed?
    N/A

@chris-olszewski chris-olszewski requested a review from a team as a code owner February 18, 2026 15:26
cargo-cache: true
cache-version: v1-source

- name: Fix gem directory permissions
Copy link
Member

Choose a reason for hiding this comment

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

Would temporarily have this job run in CI to confirm it works, and also maybe put the link to the related GH issue in a comment above this line

@chris-olszewski chris-olszewski force-pushed the olszewski/fix_gha_bundle_install branch from 949887e to 8f63ea9 Compare February 18, 2026 15:40
@chris-olszewski chris-olszewski enabled auto-merge (squash) February 18, 2026 15:45
@chris-olszewski chris-olszewski merged commit 568d01d into main Feb 18, 2026
11 of 12 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/fix_gha_bundle_install branch February 18, 2026 16:02
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