Skip to content

Commit

Permalink
ci: allow unprivileged user namespaces in build-from-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Dec 29, 2024
1 parent 772544d commit 62951c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-from-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
curl https://repos.managarm.org/buildenv/managarm-buildenv.tar.gz -o managarm-rootfs.tar.gz
tar xvf managarm-rootfs.tar.gz
- name: Permit unprivileged user namespaces
run: |
set -x
sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- name: Prepare build directory
run: |
mkdir build
Expand Down

0 comments on commit 62951c7

Please sign in to comment.