Skip to content

Conversation

@MikeMcQuaid
Copy link
Member

bundle can refuse to install with the weird permissions situation that we can end up with.

Needed for #21062

`bundle` can refuse to install with the weird permissions situation that
we can end up with.
Copilot AI review requested due to automatic review settings November 14, 2025 12:17
Copilot finished reviewing on behalf of MikeMcQuaid November 14, 2025 12:20
Copy link
Contributor

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 a permissions issue that prevents bundle from installing gems in Linux GitHub Actions environments. The fix applies the sticky bit recursively to the /home/linuxbrew/ directory using sudo chmod +t -R.

Key changes:

  • Added conditional permission fix for Linux GitHub Actions using sudo chmod +t -R
  • Only applies when running in GitHub Actions on the default Linux Homebrew prefix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Nov 14, 2025
Merged via the queue into main with commit 81e3411 Nov 14, 2025
44 checks passed
@MikeMcQuaid MikeMcQuaid deleted the vendor_gems_fix_permissions branch November 14, 2025 12:56
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.

3 participants