Skip to content

Commit

Permalink
ci: loosen apparmor restrictions to build lix
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Feb 26, 2025
1 parent 99b8b83 commit 186c188
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# Only required for building Lix
# TODO: Remove after https://git.lix.systems/lix-project/lix/issues/545 is fixed
- name: Loosen AppArmor Restrictions
run: |
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 186c188

Please sign in to comment.