Merge pull request #19538 from Homebrew/codespaces_on_create

devcontainer/on-create-command: fix permissions harder.
This commit is contained in:
Mike McQuaid 2025-03-19 09:09:07 +00:00 committed by GitHub
commit f686c577e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ set -e
# fix permissions so Homebrew and Bundler don't complain
sudo chmod -R g-w,o-w /home/linuxbrew
sudo chmod +t -R /home/linuxbrew/
# everything below is too slow to do unless prebuilding so skip it
CODESPACES_ACTION_NAME="$(jq --raw-output '.ACTION_NAME' /workspaces/.codespaces/shared/environment-variables.json)"