mirror of
https://github.com/systemd/systemd.git
synced 2026-06-30 19:57:29 +00:00
ci: Enable unpriv user namespaces for claude-review
Required for bubblewrap to work properly.
This commit is contained in:
committed by
Daan De Meyer
parent
a4aae32478
commit
02ab8dfc4f
4
.github/workflows/claude-review.yml
vendored
4
.github/workflows/claude-review.yml
vendored
@@ -163,7 +163,9 @@ jobs:
|
||||
name: pr-context.json
|
||||
|
||||
- name: Install sandbox dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y bubblewrap socat
|
||||
run: |
|
||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||
sudo apt-get update && sudo apt-get install -y bubblewrap socat
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
|
||||
|
||||
Reference in New Issue
Block a user